mirror of
https://gitea.invidious.io/iv-org/shard-kemal.git
synced 2024-08-15 00:53:36 +00:00
Changed default content-type to text/html
This commit is contained in:
parent
3b4aeb6ea5
commit
1c53321026
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ describe "Context" do
|
|||
end
|
||||
request = HTTP::Request.new("GET", "/")
|
||||
response = kemal.call(request)
|
||||
response.headers["Content-Type"].should eq("text/plain")
|
||||
response.headers["Content-Type"].should eq("text/html")
|
||||
end
|
||||
|
||||
it "sets content type" do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue