+ Add new route : calcul de commission in walletService
This commit is contained in:
parent
8d7dc35e5f
commit
f7dc93f24c
|
@ -58,6 +58,7 @@
|
||||||
$router->group(['prefix' => '/transactions'] , function () use ($router){
|
$router->group(['prefix' => '/transactions'] , function () use ($router){
|
||||||
$router->post('','WalletServiceController@post');
|
$router->post('','WalletServiceController@post');
|
||||||
$router->get('{id_wallet}','WalletServiceController@get');
|
$router->get('{id_wallet}','WalletServiceController@get');
|
||||||
|
$router->post('commission','WalletServiceController@post');
|
||||||
});
|
});
|
||||||
|
|
||||||
// Credits routes
|
// Credits routes
|
||||||
|
|
Loading…
Reference in New Issue