gf
This commit is contained in:
parent
714db2bf8a
commit
01d9c0f107
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue