Updated RouteServiceProvider::HOME for '/'

Updated RouteServiceProvider::HOME for '/' instead of '/dashboard'
This commit is contained in:
cp6 2022-10-13 16:04:26 +11:00
parent 2f639a3e95
commit 83500fa58e

View File

@ -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.