mirror of
https://gitea.invidious.io/iv-org/shard-kemal.git
synced 2024-08-15 00:53:36 +00:00
Oops, forgot call_next(context) on Kemal::InitHandler
This commit is contained in:
parent
09d9e708f1
commit
3e3200e23e
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ module Kemal
|
||||||
def call(context)
|
def call(context)
|
||||||
context.response.content_type = "text/html"
|
context.response.content_type = "text/html"
|
||||||
context.response.headers.add "X-Powered-By", "Kemal"
|
context.response.headers.add "X-Powered-By", "Kemal"
|
||||||
|
call_next context
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue