Update nano health endpoints : Add endpoint to fetch network exlcusions
This commit is contained in:
parent
0bc31acb68
commit
e9b40be244
|
@ -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');
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue