+ Link bank account to user wallet routes

This commit is contained in:
Djery-Tom 2020-11-13 07:39:55 +01:00
parent b918cdfa88
commit 881795c2eb
1 changed files with 2 additions and 0 deletions

View File

@ -117,6 +117,8 @@
$router->get('{id_user}', 'WalletServiceController@get');
//Liste des operateurs
$router->get('operators/{type}/{id_wallet_network}', 'WalletServiceController@get');
$router->get('banks_for_link/{id_wallet_network}', 'WalletServiceController@get');
$router->post('link_bank_account', 'WalletServiceController@post');
});
});