+ Fix routes names
This commit is contained in:
parent
f15f51216e
commit
556f4bd351
|
@ -52,7 +52,7 @@
|
||||||
*/
|
*/
|
||||||
$router->group(['prefix' => '/'.env('WALLET_SERVICE_NAME') ,'middleware' => 'auth:api'], function () use ($router){
|
$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');
|
$router->post('/virement','WalletController@post');
|
||||||
|
|
||||||
// Wallets routes
|
// Wallets routes
|
||||||
|
|
Loading…
Reference in New Issue