Merge branch 'master' into marsey-caching

pull/15/head
justcool393 2022-11-27 10:57:32 -06:00
commit 2de84fe0e1
1 changed files with 0 additions and 1 deletions

View File

@ -106,7 +106,6 @@ def admins(v:User):
admins = g.db.query(User).filter(User.admin_level >= PERMS['ADMIN_MOP_VISIBLE']).order_by(User.truescore.desc()).all()
return render_template("admins.html", v=v, admins=admins)
@app.get("/log")
@app.get("/modlog")
@auth_required