Closed mamantoha closed 3 years ago
Code to reproduce:
require "kemal" before_all do |env| env.response.content_type = "application/json" end get "/status" do 1 // 0 {"status" => "ok"}.to_json end Kemal.run
Before:
After:
CI fail unrelated to these changes
Closed in favor of https://github.com/kemalcr/kemal/pull/616
Code to reproduce:
Before:
After: