From a747562c144394a7d63a9dd63dc34f9d7f7516f8 Mon Sep 17 00:00:00 2001 From: Djery-Tom Date: Tue, 21 Dec 2021 14:44:06 +0100 Subject: [PATCH] Update nano service endpoints --- routes/web.php | 1 + 1 file changed, 1 insertion(+) 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');