diff --git a/routes/web.php b/routes/web.php index 7a14635..4d7ebd2 100755 --- a/routes/web.php +++ b/routes/web.php @@ -233,6 +233,7 @@ $router->get('/geocode', 'HelperController@getGoogleGeocoding'); $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'); + $router->get('health-care-sheets/{id}', 'NanoSanteServiceController@get'); //QRCode for agents $router->get('qrcode/read/{id_user}', 'NanoSanteServiceController@get');