diff --git a/routes/web.php b/routes/web.php index e16c840..6e1a63b 100755 --- a/routes/web.php +++ b/routes/web.php @@ -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');