kopia lustrzana https://github.com/iv-org/invidious
routing: remove HEAD from HTTP methods
Kemal automatically creates an associated HEAD route for all GET routespull/3261/head
rodzic
9cc0418769
commit
c23ad25899
|
@ -1,5 +1,5 @@
|
|||
module Invidious::Routing
|
||||
{% for http_method in {"get", "post", "delete", "options", "patch", "put", "head"} %}
|
||||
{% for http_method in {"get", "post", "delete", "options", "patch", "put"} %}
|
||||
|
||||
macro {{http_method.id}}(path, controller, method = :handle)
|
||||
{{http_method.id}} \{{ path }} do |env|
|
||||
|
|
Ładowanie…
Reference in New Issue