Set user listing/shop to require admin
This commit is contained in:
parent
fd2630e0d1
commit
c03e77d2d4
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ from copy import deepcopy
|
|||
|
||||
@app.get("/shop")
|
||||
@app.get("/settings/shop")
|
||||
@auth_required
|
||||
@admin_level_required(2)
|
||||
def shop(v):
|
||||
AWARDS = deepcopy(AWARDS2)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue