et le app.py

This commit is contained in:
piair 2023-09-20 11:48:03 +02:00
parent 15823c850f
commit 192be842a3

View File

@ -363,11 +363,16 @@ def logs():
print(configs)
return(render_template("logs.html", data=configs))
@app.route("/stats/", methods=["GET", "POST"])
def stats():
return(render_template("stats.html"))
@app.route("/dev_override/", methods=["GET", "POST"])
def stats():
return(render_template("vnc.html"))
@app.route('/download/<path:filename>', methods=['GET', 'POST'])
@login_required