fsd
This commit is contained in:
parent
23869a522c
commit
de2e848d94
10 changed files with 4 additions and 4 deletions
|
@ -139,7 +139,7 @@ def cached_chart():
|
|||
|
||||
@app.get("/patrons")
|
||||
@app.get("/paypigs")
|
||||
@auth_desired
|
||||
@admin_level_required(3)
|
||||
def patrons(v):
|
||||
query = g.db.query(
|
||||
User.id, User.username, User.patron, User.namecolor,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue