Skip to content

Commit

Permalink
Merge pull request #33 from ECFMP/redirect-homepage
Browse files Browse the repository at this point in the history
Redirect homepage to filament login
  • Loading branch information
AndyTWF authored May 8, 2022
2 parents 4511874 + 5ccc5a5 commit 183e1d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/

Route::get('/', function () {
return view('welcome');
return to_route('filament.auth.login');
});

Route::middleware(['guest'])->group(function () {
Expand Down

0 comments on commit 183e1d2

Please sign in to comment.