This commit is contained in:
Aevann1 2021-12-17 05:25:05 +02:00
parent 64a851a77e
commit 525f121e24
16 changed files with 55 additions and 86 deletions

View file

@ -289,6 +289,7 @@ def static_service(path):
return resp
@app.get('/images/<path:path>')
@app.get('/IMAGES/<path:path>')
@app.get('/hostedimages/<path:path>')
@limiter.exempt
def images(path):