Add NanoSante delete beneficiaries endpoints
This commit is contained in:
parent
1826a0df03
commit
ba527ece71
|
@ -208,6 +208,7 @@ $router->get('/geocode', 'HelperController@getGoogleGeocoding');
|
||||||
$router->get('', 'NanoSanteServiceController@get');
|
$router->get('', 'NanoSanteServiceController@get');
|
||||||
$router->get('networks', 'NanoSanteServiceController@get');
|
$router->get('networks', 'NanoSanteServiceController@get');
|
||||||
$router->put('{id}/add-beneficiaries', 'NanoSanteServiceController@put');
|
$router->put('{id}/add-beneficiaries', 'NanoSanteServiceController@put');
|
||||||
|
$router->put('{id}/delete-beneficiaries', 'NanoSanteServiceController@put');
|
||||||
|
|
||||||
// Subscriptions
|
// Subscriptions
|
||||||
$router->group(['prefix' => '/subscriptions'], function () use ($router) {
|
$router->group(['prefix' => '/subscriptions'], function () use ($router) {
|
||||||
|
|
Loading…
Reference in New Issue