Add NanoSante invoices endpoints
This commit is contained in:
parent
7d0be01d84
commit
2d3cfc25f1
|
@ -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');
|
||||
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue