changes
This commit is contained in:
@@ -87,6 +87,7 @@ class HttpKernel extends LaravelHttpKernel
|
||||
'rate.limited.check' => RateLimitCheckMiddleware::class,
|
||||
'ensure.browser' => InternalRequestOnly::class,
|
||||
'superadmin' => EnsureUserIsSuperadmin::class,
|
||||
'dashboard.auth' => \App\Containers\Dashboard\UI\WEB\Middleware\EnsureDashboardAuthenticated::class,
|
||||
'limit.post' => LimitPost::class,
|
||||
'form.time.period' => FormTimePeriodMiddleware::class,
|
||||
];
|
||||
|
||||
@@ -16,7 +16,7 @@ class RouteServiceProvider extends AbstractRouteServiceProvider
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
public const HOME = '/home';
|
||||
public const HOME = '/dashboard';
|
||||
|
||||
/**
|
||||
* Define your route model bindings, pattern filters, and other route configuration.
|
||||
|
||||
Reference in New Issue
Block a user