je devrais pas

This commit is contained in:
piair 2023-08-25 13:21:33 +02:00
parent d16715dbf5
commit 2d70f00c0f
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ def login():
return(render_template("login.html"))
@app.route("/logs/", methods=["GET"])
def login():
def logs():
return(render_template("logs.html"))
@app.route("/change_password/", methods=["GET", "POST"])