Update health care sheets endpoints for NanoSanteService

This commit is contained in:
Djery-Tom 2021-11-26 08:31:33 +01:00
parent 718bc8d5f2
commit 206c21bae2
1 changed files with 1 additions and 0 deletions

View File

@ -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');