diff options
Diffstat (limited to 'src/guff.cr')
-rw-r--r-- | src/guff.cr | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/guff.cr b/src/guff.cr index b5c3d44..64c212e 100644 --- a/src/guff.cr +++ b/src/guff.cr @@ -615,7 +615,6 @@ module Guff class LogoutPageHandler < Handler PATH_RE = %r{^/guff/logout.html$} - VALID_METHODS = %w{GET} def call(context : HTTP::Server::Context) if context.request.method == "GET" && |