remotes/1693045480750635534/spooky-22
Aevann1 2021-08-13 01:13:58 +02:00
parent 1540ea41bd
commit 10a8e97d7b
1 changed files with 1 additions and 1 deletions

View File

@ -255,7 +255,7 @@ def after_request(response):
abort(500)
response.headers.remove("Cache-Control")
response.headers.add("Cache-Control", "public, maxage=600")
response.headers.add("Cache-Control", "public, max-age=600")
return response