forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-09-16 13:08:29 +02:00
parent 48e032f010
commit 7a0520a9e3
1 changed files with 1 additions and 0 deletions

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):