feature #7

Merged
XiaoLFeng merged 21 commits from feature into master 2023-06-24 22:58:58 +08:00
Showing only changes of commit e3344478f1 - Show all commits

View File

@ -45,7 +45,7 @@ public function boot()
$this->routes(function () {
Route::prefix('api')
->middleware('api')
->namespace($this->namespace)
->namespace($this->namespace.'\\api')
->group(base_path('routes/api.php'));
Route::middleware('web')