Skip to content

Commit 954e130

Browse files
committed
Add admin prefix
1 parent 10f8ba5 commit 954e130

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/Providers/RouteServiceProvider.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ public function boot()
4444
->group(base_path('routes/auth.php'));
4545

4646
Route::middleware('web')
47+
->prefix('admin')
4748
->group(base_path('routes/admin.php'));
4849
});
4950
}

0 commit comments

Comments
 (0)