+ Add payment operators routes

This commit is contained in:
Djery-Tom 2020-11-07 09:58:29 +01:00
parent 1ec89bc41a
commit b918cdfa88
1 changed files with 2 additions and 2 deletions

View File

@ -115,8 +115,8 @@
// Wallets users iLink
$router->group(['prefix' => '/users'] , function () use ($router){
$router->get('{id_user}', 'WalletServiceController@get');
//Liste des banques
$router->get('banks/{id_wallet_network}', 'WalletServiceController@get');
//Liste des operateurs
$router->get('operators/{type}/{id_wallet_network}', 'WalletServiceController@get');
});
});