diff --git a/routes/web.php b/routes/web.php index 4d7ebd2..d77a1bc 100755 --- a/routes/web.php +++ b/routes/web.php @@ -234,6 +234,7 @@ $router->get('/geocode', 'HelperController@getGoogleGeocoding'); $router->post('health-care-sheets/consultation', 'NanoSanteServiceController@post'); $router->post('health-care-sheets/execution', 'NanoSanteServiceController@post'); $router->get('health-care-sheets/{id}', 'NanoSanteServiceController@get'); + $router->put('health-care-sheets/{id}', 'NanoSanteServiceController@put'); //QRCode for agents $router->get('qrcode/read/{id_user}', 'NanoSanteServiceController@get');