diff --git a/src/index.py b/src/index.py index 8abe470..b96abc7 100644 --- a/src/index.py +++ b/src/index.py @@ -429,7 +429,7 @@ def serve_xml(filename): return static_file(filename, root='static/xml', mimetype='text/xml') # Downloads -@route('/download/dl/') +@route('/download/') def download(filename): return static_file(filename, root='static/extra', download=filename) diff --git a/src/static/dl/Verpets.zip b/src/static/extra/Verpets.zip similarity index 100% rename from src/static/dl/Verpets.zip rename to src/static/extra/Verpets.zip