Try send a default header

This commit is contained in:
2023-12-21 08:32:22 +11:00
parent b2edcb35ab
commit fa665e1954
2 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ module Adamantium
handle_exception StandardError => :handle_error
config.default_headers = {
"Content-Type" => "text/html"
"Content-Type" => "application/octet-stream"
}
def cache(key:, content:)