Browse Source

RouteServiceProvider const HOME change to '/backend/dashboard'

Yong 2 years ago
parent
commit
8e429f519d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      app/Providers/RouteServiceProvider.php

+ 1
- 1
app/Providers/RouteServiceProvider.php View File

17
      *
17
      *
18
      * @var string
18
      * @var string
19
      */
19
      */
20
-    public const HOME = '/home';
20
+    public const HOME = '/backend/dashboard';
21
 
21
 
22
     /**
22
     /**
23
      * The controller namespace for the application.
23
      * The controller namespace for the application.