forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-12-11 19:48:06 +02:00
parent dafb429822
commit 3a6334d977
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ def static_service(path):
@limiter.exempt
def images(path):
print('wtf')
resp = make_response(send_from_directory('./images', path.replace('.WEBP','.webp')))
resp = make_response(send_from_directory('../images', path.replace('.WEBP','.webp')))
resp.headers.remove("Cache-Control")
resp.headers.add("Cache-Control", "public, max-age=2628000")
if request.path.endswith('.webp'):