diff --git a/routes/web.php b/routes/web.php index 67cdd60..da4c9d4 100755 --- a/routes/web.php +++ b/routes/web.php @@ -124,6 +124,8 @@ $router->get('/geocode', 'HelperController@getGoogleGeocoding'); $router->post('link_bank_account', 'WalletServiceController@post'); //Creation d'un compte bancaire (Agency Banking) $router->post('create_user_bank_account', 'WalletServiceController@post'); + $router->post('activate_user_bank_account', 'WalletServiceController@post'); + $router->get('customer_account_type', 'WalletServiceController@get'); }); });