Add endpoint to calculate performances amount

This commit is contained in:
Djery-Tom 2021-11-29 13:01:38 +01:00
parent 206c21bae2
commit 052ef31798
1 changed files with 2 additions and 0 deletions

View File

@ -229,6 +229,8 @@ $router->get('/geocode', 'HelperController@getGoogleGeocoding');
$router->get('acts', 'NanoSanteServiceController@get');
$router->get('health-care-sheets', 'NanoSanteServiceController@get');
$router->put('health-care-sheets', 'NanoSanteServiceController@put');
$router->post('health-care-sheets/performances-amount', 'NanoSanteServiceController@post');
$router->post('health-care-sheets/consultation', 'NanoSanteServiceController@post');
$router->post('health-care-sheets/execution', 'NanoSanteServiceController@post');