Update nano service endpoints

This commit is contained in:
Djery-Tom 2021-12-21 14:44:06 +01:00
parent a0a123ef6f
commit a747562c14
1 changed files with 1 additions and 0 deletions

View File

@ -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');