Skip to content

Commit

Permalink
Merge pull request #350 from tighten/ozr/fix-route-not-defined-bug
Browse files Browse the repository at this point in the history
Update home route to `/` instead of `/home`
  • Loading branch information
omarrida authored Aug 16, 2024
2 parents 0b817d4 + 9c60e5c commit b2b605e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Providers/RouteServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class RouteServiceProvider extends ServiceProvider
*
* @var string
*/
public const HOME = '/home';
public const HOME = '/';

/**
* Define your route model bindings, pattern filters, etc.
Expand Down

0 comments on commit b2b605e

Please sign in to comment.