+ update iLink routes
This commit is contained in:
parent
2749bdad98
commit
85327a4fcc
|
@ -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');
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue