Skip to content
Snippets Groups Projects
Commit c778aa99 authored by Piero Toffanin's avatar Piero Toffanin
Browse files

Remove access check for download endpoint

parent 3af5db1d
No related branches found
No related tags found
No related merge requests found
......@@ -615,7 +615,6 @@ def create_app(args):
abort(500, description=e)
@app.route("/download_file/<string:filename>", methods=["GET"])
@access_check
def download_file(filename: str):
"""
Download a translated file
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment