mirror of
https://gitea.augustin64.fr/piair/MsRewards-Reborn.git
synced 2025-08-12 15:46:36 +02:00
aa
This commit is contained in:
10
Flask/app.py
10
Flask/app.py
@ -404,6 +404,16 @@ def config_post():
|
||||
def logs():
|
||||
return(render_template("logs.html"))
|
||||
|
||||
|
||||
|
||||
|
||||
@app.route('/pdf/<path:filename>', methods=['GET', 'POST'])
|
||||
def download(filename):
|
||||
return send_from_directory(directory='/user_data', filename=filename)
|
||||
|
||||
|
||||
|
||||
|
||||
def maxi(dict):
|
||||
m = 0
|
||||
for i in dict :
|
||||
|
Reference in New Issue
Block a user