Add NanoSante delete beneficiaries endpoints

This commit is contained in:
Djery-Tom 2022-02-03 18:05:07 +01:00
parent 1826a0df03
commit ba527ece71
1 changed files with 1 additions and 0 deletions

View File

@ -208,6 +208,7 @@ $router->get('/geocode', 'HelperController@getGoogleGeocoding');
$router->get('', 'NanoSanteServiceController@get');
$router->get('networks', 'NanoSanteServiceController@get');
$router->put('{id}/add-beneficiaries', 'NanoSanteServiceController@put');
$router->put('{id}/delete-beneficiaries', 'NanoSanteServiceController@put');
// Subscriptions
$router->group(['prefix' => '/subscriptions'], function () use ($router) {