Skip to content

Commit

Permalink
Removed get route for logout
Browse files Browse the repository at this point in the history
Signed-off-by: snipe <snipe@snipe.net>
  • Loading branch information
snipe committed Nov 8, 2021
1 parent fba0e2b commit b5855e7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions routes/web.php
Expand Up @@ -463,12 +463,6 @@
'uses' => 'Auth\LoginController@login' ]
);

Route::get(
'logout',
[
'as' => 'logout',
'uses' => 'Auth\LoginController@logout' ]
);

});

Expand Down

0 comments on commit b5855e7

Please sign in to comment.