Add NanoSante invoices endpoints

This commit is contained in:
Djery-Tom 2022-01-26 09:47:46 +01:00
parent 7d0be01d84
commit 2d3cfc25f1
1 changed files with 2 additions and 0 deletions

View File

@ -240,4 +240,6 @@ $router->get('/geocode', 'HelperController@getGoogleGeocoding');
$router->get('health-care-sheets/{id}', 'NanoSanteServiceController@get');
$router->put('health-care-sheets/{id}', 'NanoSanteServiceController@put');
$router->get('invoices', 'NanoSanteServiceController@get');
});