Add NanoSante authorization-care endpoints v2

This commit is contained in:
Djery-Tom 2022-02-01 11:11:45 +01:00
parent da044dbe0b
commit 1826a0df03
1 changed files with 1 additions and 0 deletions

View File

@ -242,5 +242,6 @@ $router->get('/geocode', 'HelperController@getGoogleGeocoding');
$router->get('invoices', 'NanoSanteServiceController@get');
$router->get('authorizations-care-requests', 'NanoSanteServiceController@get');
$router->post('authorizations-care-requests', 'NanoSanteServiceController@post');
});