From 43e0fd50b5fcbe6621385e695a61f4cc1f269149 Mon Sep 17 00:00:00 2001 From: Djery-Tom Date: Tue, 8 Feb 2022 09:35:00 +0100 Subject: [PATCH] Add NanoSante insurance renew endpoints --- routes/web.php | 1 + 1 file changed, 1 insertion(+) 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');