Add NanoSante generate invoice endpoints
This commit is contained in:
parent
43e0fd50b5
commit
4169e9c0bd
|
@ -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');
|
||||
|
|
Loading…
Reference in New Issue