Update nano health endpoints : Add endpoint to fetch network exlcusions

This commit is contained in:
Djery-Tom 2022-04-06 10:51:34 +01:00
parent 0bc31acb68
commit e9b40be244
1 changed files with 2 additions and 0 deletions

View File

@ -261,5 +261,7 @@ $router->get('/geocode', 'HelperController@getGoogleGeocoding');
$router->get('authorizations-care-requests', 'NanoSanteServiceController@get');
$router->post('authorizations-care-requests', 'NanoSanteServiceController@post');
$router->get('exclusions/{network_id}', 'NanoSanteServiceController@get');
});
});