This commit is contained in:
Aevann1 2021-09-16 13:08:29 +02:00
parent 913838a5fd
commit f679baf666

View file

@ -94,6 +94,7 @@ def admins(v):
return render_template("admins.html", v=v, admins=admins)
@app.get("/log")
@app.get("/modlog")
@auth_desired
def log(v):