Add NanoSante authorization-care endpoints

This commit is contained in:
Djery-Tom 2022-01-31 21:26:03 +01:00
parent 2d3cfc25f1
commit da044dbe0b
1 changed files with 1 additions and 0 deletions

View File

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