This commit is contained in:
piair 2023-08-25 13:25:02 +02:00
parent 2d70f00c0f
commit 534b8f3367
1 changed files with 0 additions and 3 deletions

View File

@ -144,9 +144,6 @@ def login():
else: else:
return(render_template("login.html")) return(render_template("login.html"))
@app.route("/logs/", methods=["GET"])
def logs():
return(render_template("logs.html"))
@app.route("/change_password/", methods=["GET", "POST"]) @app.route("/change_password/", methods=["GET", "POST"])
@login_required @login_required