This commit is contained in:
piair 2023-08-29 18:53:57 +02:00
parent fa45d97576
commit bd0cb71bba
2 changed files with 2 additions and 2 deletions

View File

@ -364,7 +364,7 @@ def logs():
return(render_template("logs.html", data=configs))
@app.route("/stats/", methods=["GET", "POST"])
def logs():
def stats():
return(render_template("stats.html"))

View File

@ -1 +1 @@
v6.2.12
v6.2.13