forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-08-27 21:34:38 +02:00
parent addc43b9b5
commit 0af40703f7
1 changed files with 5 additions and 0 deletions

View File

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