a
This commit is contained in:
parent
5b2f882e56
commit
a3e993a091
@ -409,7 +409,7 @@ def logs():
|
||||
|
||||
@app.route('/download/<path:filename>', methods=['GET', 'POST'])
|
||||
def download(filename):
|
||||
return send_from_directory(directory='/user_data', filename=filename)
|
||||
return send_from_directory(path='/user_data', filename=filename)
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user