master
Aevann1 2021-08-27 21:35:32 +02:00
parent 0af40703f7
commit f167201c1f
1 changed files with 1 additions and 1 deletions

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