fix(vikon): register vikon.refresh in correct HttpKernel (Ship)
This commit is contained in:
@@ -89,7 +89,6 @@ class Kernel extends HttpKernel
|
||||
'dashboard.auth' => \App\Containers\Dashboard\UI\WEB\Middleware\EnsureDashboardAuthenticated::class,
|
||||
'limit.post' => LimitPost::class,
|
||||
'form.time.period' => FormTimePeriodMiddleware::class,
|
||||
'vikon.refresh' => \App\Http\Middleware\VikonTokenRefresh::class,
|
||||
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user