+ Update helper routes

This commit is contained in:
Djery-Tom 2020-07-04 11:25:24 +01:00
parent 7025673804
commit 17bb7fd43e
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@
$router->get('countries','WalletServiceController@get'); $router->get('countries','WalletServiceController@get');
$router->get('countries/{dial_code}','WalletServiceController@get'); $router->get('countries/{dial_code}','WalletServiceController@get');
$router->post('paying_networks','WalletServiceController@post'); $router->post('paying_networks','WalletServiceController@post');
$router->post('other_paying_networks','WalletServiceController@post');
// Transactions routes // Transactions routes
$router->group(['prefix' => '/transactions'] , function () use ($router){ $router->group(['prefix' => '/transactions'] , function () use ($router){