Fix logout
This commit is contained in:
parent
d14b9ff83c
commit
8e92f96999
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue