test
This commit is contained in:
parent
2be6348273
commit
37249ec654
|
@ -409,7 +409,8 @@ def logs():
|
|||
|
||||
@app.route('/download/<path:filename>', methods=['GET', 'POST'])
|
||||
def download(filename):
|
||||
return send_from_directory(directory='/user_data', path=filename)
|
||||
print(filename)
|
||||
return send_from_directory(directory='/user_data', path="configs.json")
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue