mirror of
https://github.com/pterodactyl/panel.git
synced 2024-11-25 10:32:31 +01:00
Fix logout
This commit is contained in:
parent
d14b9ff83c
commit
8e92f96999
@ -61,7 +61,7 @@ class AuthRoutes {
|
||||
});
|
||||
|
||||
// Not included above because we don't want the guest middleware
|
||||
$router->get('logout', [
|
||||
$router->get('auth/logout', [
|
||||
'as' => 'auth.logout',
|
||||
'middleware' => 'auth',
|
||||
'uses' => 'Auth\AuthController@getLogout'
|
||||
|
Loading…
Reference in New Issue
Block a user