Update nano service endpoints
This commit is contained in:
parent
052ef31798
commit
a0a123ef6f
|
@ -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');
|
||||
|
|
Loading…
Reference in New Issue