+ Update wallet ilink routes
This commit is contained in:
parent
97f92c7b46
commit
7025673804
|
@ -72,6 +72,7 @@
|
|||
$router->post('commission','WalletServiceController@post');
|
||||
$router->get('user/{id_wallet_user}','WalletServiceController@get');
|
||||
$router->get('agent/{id_wallet_agent}','WalletServiceController@get');
|
||||
$router->post('check_retraits','WalletServiceController@post');
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue