diff --git a/routes/web.php b/routes/web.php index a3ab399..7a14635 100755 --- a/routes/web.php +++ b/routes/web.php @@ -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');