Add NanoSante insurance stop endpoints
This commit is contained in:
parent
ba527ece71
commit
a4c83c5dde
|
@ -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');
|
||||
|
|
Loading…
Reference in New Issue