This commit is contained in:
Aevann1 2021-08-27 21:35:32 +02:00
parent 12cab76d16
commit 77cf9781e7

View file

@ -101,7 +101,7 @@ def flagged_comments(v):
@app.get("/admin/test")
@limiter.limit("1/day")
def admin_test(v):
def admin_test():
return "fug"
@app.get("/admin")