Update nano service endpoints

This commit is contained in:
Djery-Tom 2021-12-07 09:28:20 +01:00
parent 052ef31798
commit a0a123ef6f
1 changed files with 1 additions and 0 deletions

View File

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