Skip to content

Commit 8e92f96

Browse files
committed
Fix logout
1 parent d14b9ff commit 8e92f96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Http/Routes/AuthRoutes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public function map(Router $router) {
6161
});
6262

6363
// Not included above because we don't want the guest middleware
64-
$router->get('logout', [
64+
$router->get('auth/logout', [
6565
'as' => 'auth.logout',
6666
'middleware' => 'auth',
6767
'uses' => 'Auth\AuthController@getLogout'

0 commit comments

Comments
 (0)