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