Add NanoSante insurance renew endpoints

This commit is contained in:
Djery-Tom 2022-02-08 09:35:00 +01:00
parent a4c83c5dde
commit 43e0fd50b5
1 changed files with 1 additions and 0 deletions

View File

@ -210,6 +210,7 @@ $router->get('/geocode', 'HelperController@getGoogleGeocoding');
$router->put('{id}/add-beneficiaries', 'NanoSanteServiceController@put');
$router->put('{id}/delete-beneficiaries', 'NanoSanteServiceController@put');
$router->put('{id}/stop', 'NanoSanteServiceController@put');
$router->put('{id}/renew', 'NanoSanteServiceController@put');
// Subscriptions $router->put('{id}/stop', 'InsuranceController@stopInsurance');