+ Add new route : calcul de commission in walletService

This commit is contained in:
DJERY-TOM 2020-05-02 15:49:58 +01:00
parent 8d7dc35e5f
commit f7dc93f24c
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@
$router->group(['prefix' => '/transactions'] , function () use ($router){
$router->post('','WalletServiceController@post');
$router->get('{id_wallet}','WalletServiceController@get');
$router->post('commission','WalletServiceController@post');
});
// Credits routes