diff options
author | Paul Duncan <pabs@pablotron.org> | 2016-05-21 05:29:53 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2016-05-21 05:29:53 -0400 |
commit | 62e6a47fb6cfea6d295e601c9c156b063ad8251e (patch) | |
tree | 788cc92063692f54c10f002c2bba6bccadb11344 /src/guff.cr | |
parent | 1988056df3bb929c9e34fe7f6c6e32210abf6da4 (diff) | |
download | guff-62e6a47fb6cfea6d295e601c9c156b063ad8251e.tar.bz2 guff-62e6a47fb6cfea6d295e601c9c156b063ad8251e.zip |
add logout-page.ecr
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" && |