Update health care sheets endpoints for NanoSanteService
This commit is contained in:
parent
718bc8d5f2
commit
206c21bae2
|
@ -228,6 +228,7 @@ $router->get('/geocode', 'HelperController@getGoogleGeocoding');
|
|||
$router->get('provider-classes', 'NanoSanteServiceController@get');
|
||||
$router->get('acts', 'NanoSanteServiceController@get');
|
||||
|
||||
$router->get('health-care-sheets', 'NanoSanteServiceController@get');
|
||||
$router->post('health-care-sheets/consultation', 'NanoSanteServiceController@post');
|
||||
$router->post('health-care-sheets/execution', 'NanoSanteServiceController@post');
|
||||
|
||||
|
|
Loading…
Reference in New Issue