Add NanoSante pdf-viewer endpoint

This commit is contained in:
Djery-Tom 2022-02-16 14:13:38 +01:00
parent 4169e9c0bd
commit 883fa9cd17
1 changed files with 1 additions and 0 deletions

View File

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