mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 14:53:45 +02:00
MiddleWare !== Middleware
This commit is contained in:
@@ -29,8 +29,8 @@ class Kernel extends HttpKernel
|
|||||||
'auth' => \Pterodactyl\Http\Middleware\Authenticate::class,
|
'auth' => \Pterodactyl\Http\Middleware\Authenticate::class,
|
||||||
'auth.basic' => \Illuminate\Auth\Middleware\AuthenticateWithBasicAuth::class,
|
'auth.basic' => \Illuminate\Auth\Middleware\AuthenticateWithBasicAuth::class,
|
||||||
'guest' => \Pterodactyl\Http\Middleware\RedirectIfAuthenticated::class,
|
'guest' => \Pterodactyl\Http\Middleware\RedirectIfAuthenticated::class,
|
||||||
'server' => \Pterodactyl\Http\MiddleWare\CheckServer::class,
|
'server' => \Pterodactyl\Http\Middleware\CheckServer::class,
|
||||||
'api' => \Pterodactyl\Http\MiddleWare\APIAuthenticate::class,
|
'api' => \Pterodactyl\Http\Middleware\APIAuthenticate::class,
|
||||||
'admin' => \Pterodactyl\Http\Middleware\AdminAuthenticate::class,
|
'admin' => \Pterodactyl\Http\Middleware\AdminAuthenticate::class,
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user