Fix login routes
This commit is contained in:
parent
5927e0e12a
commit
e5f3678c62
3 changed files with 4 additions and 3 deletions
|
@ -41,7 +41,7 @@ class RouteServiceProvider extends ServiceProvider
|
|||
->namespace($this->namespace . '\Admin')
|
||||
->group(base_path('routes/admin.php'));
|
||||
|
||||
Route::middleware(['web', 'guest', 'csrf'])->prefix('/auth')
|
||||
Route::middleware(['web', 'csrf'])->prefix('/auth')
|
||||
->namespace($this->namespace . '\Auth')
|
||||
->group(base_path('routes/auth.php'));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue