mirror of
https://github.com/hkalexling/Mango.git
synced 2025-08-02 19:05:32 -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
|
||||
|
||||
def handle_auth(env)
|
||||
if request_path_startswith env, ["/login", "/logout"] ||
|
||||
requesting_static_file env
|
||||
if request_path_startswith(env, ["/login", "/logout"]) ||
|
||||
requesting_static_file env
|
||||
return call_next(env)
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user