Skip to content

Commit

Permalink
remove middleware method on home route
Browse files Browse the repository at this point in the history
  • Loading branch information
UnknownRori committed Feb 12, 2022
1 parent 788e008 commit 803c7e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/route/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

Route::get('/', function () {
return view("welcome");
})->name('home')->middleware('auth');
})->name('home');

0 comments on commit 803c7e6

Please sign in to comment.