Add NanoSante insurance stop endpoints

This commit is contained in:
Djery-Tom 2022-02-04 17:57:44 +01:00
parent ba527ece71
commit a4c83c5dde
1 changed files with 3 additions and 1 deletions

View File

@ -209,8 +209,10 @@ $router->get('/geocode', 'HelperController@getGoogleGeocoding');
$router->get('networks', 'NanoSanteServiceController@get');
$router->put('{id}/add-beneficiaries', 'NanoSanteServiceController@put');
$router->put('{id}/delete-beneficiaries', 'NanoSanteServiceController@put');
$router->put('{id}/stop', 'NanoSanteServiceController@put');
// Subscriptions $router->put('{id}/stop', 'InsuranceController@stopInsurance');
// Subscriptions
$router->group(['prefix' => '/subscriptions'], function () use ($router) {
$router->post('bonus-amount', 'NanoSanteServiceController@post');
$router->post('upload-images', 'NanoSanteServiceController@postWithFiles');