forked from midou/invidious
Fix #3265
This commit is contained in:
parent
0d7e2afba4
commit
9e58bc19c4
@ -4,7 +4,7 @@ module Invidious::Routing
|
||||
{% for http_method in {"get", "post", "delete", "options", "patch", "put"} %}
|
||||
|
||||
macro {{http_method.id}}(path, controller, method = :handle)
|
||||
unless !Kemal::Utils.path_starts_with_slash?(\{{path}})
|
||||
unless Kemal::Utils.path_starts_with_slash?(\{{path}})
|
||||
raise Kemal::Exceptions::InvalidPathStartException.new({{http_method}}, \{{path}})
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user