Standard rb

This commit is contained in:
2023-12-21 19:44:15 +11:00
parent 6a0adf1f81
commit 05aa2bf1fd
4 changed files with 12 additions and 12 deletions

View File

@@ -21,7 +21,7 @@ end
require "adamantium/middleware/header_fix"
use Adamantium::Middleware::HeaderFix do |headers, env|
# if env["REQUEST_METHOD"] == "HEAD"
headers['Content-Type'] = "text/html; charset=utf-8"
headers["Content-Type"] = "text/html; charset=utf-8"
# end
end