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
|
// Not included above because we don't want the guest middleware
|
||||||
$router->get('logout', [
|
$router->get('auth/logout', [
|
||||||
'as' => 'auth.logout',
|
'as' => 'auth.logout',
|
||||||
'middleware' => 'auth',
|
'middleware' => 'auth',
|
||||||
'uses' => 'Auth\AuthController@getLogout'
|
'uses' => 'Auth\AuthController@getLogout'
|
||||||
|
|
Loading…
Reference in New Issue