Skip to content

Commit

Permalink
route path issue fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
hafijul233 committed Apr 29, 2024
1 parent 942b555 commit e9f4311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Providers/RouteServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function boot()
Route::prefix("{$root_prefix}api")
->middleware('api')
->namespace($this->namespace)
->group(__DIR__.'/../routes/api.php');
->group(__DIR__.'/../../routes/api.php');
});
}

Expand Down

0 comments on commit e9f4311

Please sign in to comment.