forked from MarseyWorld/MarseyWorld
master
parent
48e032f010
commit
7a0520a9e3
|
@ -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):
|
||||
|
||||
|
|
Loading…
Reference in New Issue