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