+ update iLink routes

This commit is contained in:
Djery-Tom 2020-06-24 08:40:40 +01:00
parent 2749bdad98
commit 85327a4fcc
1 changed files with 3 additions and 0 deletions

View File

@ -69,6 +69,9 @@
// Transactions wallet ilink
$router->group(['prefix' => '/ilink'] , function () use ($router){
$router->post('','WalletServiceController@post');
$router->post('commission','WalletServiceController@post');
$router->get('user/{id_wallet_user}','WalletServiceController@get');
$router->get('agent/{id_wallet_agent}','WalletServiceController@get');
});
});