Add NanoSante pdf-viewer endpoint
This commit is contained in:
parent
4169e9c0bd
commit
883fa9cd17
|
@ -246,6 +246,7 @@ $router->get('/geocode', 'HelperController@getGoogleGeocoding');
|
|||
|
||||
$router->get('generate-invoice', 'NanoSanteServiceController@get');
|
||||
$router->get('invoices', 'NanoSanteServiceController@get');
|
||||
$router->get('pdf-viewer', 'NanoSanteServiceController@get');
|
||||
|
||||
$router->get('authorizations-care-requests', 'NanoSanteServiceController@get');
|
||||
$router->post('authorizations-care-requests', 'NanoSanteServiceController@post');
|
||||
|
|
Loading…
Reference in New Issue