Add endpoint to calculate performances amount
This commit is contained in:
parent
206c21bae2
commit
052ef31798
|
@ -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');
|
||||
|
||||
|
|
Loading…
Reference in New Issue