This commit is contained in:
Aevann1 2021-08-27 21:38:18 +02:00
parent 77cf9781e7
commit 5017c0cf5a
2 changed files with 1 additions and 5 deletions

View file

@ -99,11 +99,6 @@ def flagged_comments(v):
v=v,
standalone=True)
@app.get("/admin/test")
@limiter.limit("1/day")
def admin_test():
return "fug"
@app.get("/admin")
@admin_level_required(3)
def admin_home(v):