mirror of
https://github.com/cp6/my-idlers.git
synced 2025-06-06 09:08:10 +00:00
Updated RouteServiceProvider::HOME for '/'
Updated RouteServiceProvider::HOME for '/' instead of '/dashboard'
This commit is contained in:
parent
2f639a3e95
commit
83500fa58e
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ class RouteServiceProvider extends ServiceProvider
|
||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
public const HOME = '/dashboard';
|
public const HOME = '/';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The controller namespace for the application.
|
* The controller namespace for the application.
|
||||||
|
|
Loading…
Add table
Reference in a new issue