add route of agency bancking

This commit is contained in:
root 2025-11-17 14:12:39 +01:00
parent 82c73dc0e1
commit 39ad0665de
2 changed files with 2 additions and 0 deletions

0
composer.lock generated Normal file → Executable file
View File

View File

@ -122,6 +122,8 @@ $router->get('/geocode', 'HelperController@getGoogleGeocoding');
$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');
//Creation d'un compte bancaire (Agency Banking)
$router->post('create_user_bank_account', 'WalletServiceController@post');
});
});