feature #7
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue
Block a user