Fix Lint/UnusedArgument issues

This commit is contained in:
syeopite 2021-09-24 19:05:25 -07:00
parent 0614b52f03
commit 20cb751ff6
No known key found for this signature in database
GPG key ID: 6FA616E5A5294A82
11 changed files with 16 additions and 16 deletions

View file

@ -1351,7 +1351,7 @@ error 500 do |env, ex|
error_template(500, ex)
end
static_headers do |response, filepath, filestat|
static_headers do | response |
response.headers.add("Cache-Control", "max-age=2629800")
end