Set user listing/shop to require admin

This commit is contained in:
Chris Drzewiecki 2022-05-10 01:08:54 -06:00
parent fd2630e0d1
commit c03e77d2d4
2 changed files with 2 additions and 2 deletions

View file

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