Add more health care sheets endpoints for NanoSanteService
This commit is contained in:
parent
5ad8bb87a1
commit
718bc8d5f2
|
@ -223,6 +223,14 @@ $router->get('/geocode', 'HelperController@getGoogleGeocoding');
|
|||
$router->get('', 'NanoSanteServiceController@get');
|
||||
});
|
||||
|
||||
$router->get('drugs-and-devices', 'NanoSanteServiceController@get');
|
||||
$router->post('drugs-and-devices', 'NanoSanteServiceController@post');
|
||||
$router->get('provider-classes', 'NanoSanteServiceController@get');
|
||||
$router->get('acts', 'NanoSanteServiceController@get');
|
||||
|
||||
$router->post('health-care-sheets/consultation', 'NanoSanteServiceController@post');
|
||||
$router->post('health-care-sheets/execution', 'NanoSanteServiceController@post');
|
||||
|
||||
//QRCode for agents
|
||||
$router->get('qrcode/read/{id_user}', 'NanoSanteServiceController@get');
|
||||
$router->get('qrcode/image/{id_user}', 'NanoSanteServiceController@get');
|
||||
|
|
Loading…
Reference in New Issue