+ Add payment operators routes
This commit is contained in:
parent
1ec89bc41a
commit
b918cdfa88
|
@ -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');
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue