Update nano health endpoints

This commit is contained in:
Djery-Tom 2022-03-29 19:57:55 +01:00
parent 16a035cbf2
commit 0bc31acb68
1 changed files with 6 additions and 0 deletions

View File

@ -228,6 +228,12 @@ $router->get('/geocode', 'HelperController@getGoogleGeocoding');
$router->put('{id}/pay', 'NanoSanteServiceController@put');
$router->get('', 'NanoSanteServiceController@get');
});
// Factures
$router->group(['prefix' => '/invoices'], function () use ($router) {
$router->get('', 'NanoSanteServiceController@get');
$router->put('{id}/pay', 'NanoSanteServiceController@put');
});
});
// Insurances routes