fdfd
This commit is contained in:
parent
12cab76d16
commit
77cf9781e7
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ def flagged_comments(v):
|
||||||
|
|
||||||
@app.get("/admin/test")
|
@app.get("/admin/test")
|
||||||
@limiter.limit("1/day")
|
@limiter.limit("1/day")
|
||||||
def admin_test(v):
|
def admin_test():
|
||||||
return "fug"
|
return "fug"
|
||||||
|
|
||||||
@app.get("/admin")
|
@app.get("/admin")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue