mirror of
https://github.com/hkalexling/Mango.git
synced 2025-08-03 03:15:31 -04:00
Fix failed build (omitted parentheses)
This commit is contained in:
parent
5cd6f3eacb
commit
156e511d4a
@ -63,8 +63,8 @@ class AuthHandler < Kemal::Handler
|
|||||||
end
|
end
|
||||||
|
|
||||||
def handle_auth(env)
|
def handle_auth(env)
|
||||||
if request_path_startswith env, ["/login", "/logout"] ||
|
if request_path_startswith(env, ["/login", "/logout"]) ||
|
||||||
requesting_static_file env
|
requesting_static_file env
|
||||||
return call_next(env)
|
return call_next(env)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user