Add NanoSante generate invoice endpoints

This commit is contained in:
Djery-Tom 2022-02-14 16:10:46 +01:00
parent 43e0fd50b5
commit 4169e9c0bd
1 changed files with 1 additions and 0 deletions

View File

@ -244,6 +244,7 @@ $router->get('/geocode', 'HelperController@getGoogleGeocoding');
$router->get('health-care-sheets/{id}', 'NanoSanteServiceController@get');
$router->put('health-care-sheets/{id}', 'NanoSanteServiceController@put');
$router->get('generate-invoice', 'NanoSanteServiceController@get');
$router->get('invoices', 'NanoSanteServiceController@get');
$router->get('authorizations-care-requests', 'NanoSanteServiceController@get');