This commit is contained in:
Aevann1 2021-08-13 01:13:58 +02:00
parent 714db2bf8a
commit 01d9c0f107

View file

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