+ Fix routes names

This commit is contained in:
DJERY-TOM 2020-04-23 15:34:46 +01:00
parent f15f51216e
commit 556f4bd351
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@
*/
$router->group(['prefix' => '/'.env('WALLET_SERVICE_NAME') ,'middleware' => 'auth:api'], function () use ($router){
$router->post('/transactions','WalletControllerr@post');
$router->post('/transactions','WalletController@post');
$router->post('/virement','WalletController@post');
// Wallets routes