diff --git a/files/routes/awards.py b/files/routes/awards.py index 2e0b42dd2..133a18c4c 100644 --- a/files/routes/awards.py +++ b/files/routes/awards.py @@ -20,7 +20,7 @@ from files.__main__ import app, cache, limiter from .front import frontlist -@app.get("/shop") +@app.get("/shop/awards") @app.get("/settings/shop") @limiter.limit(DEFAULT_RATELIMIT, key_func=get_ID) @auth_required diff --git a/files/routes/hats.py b/files/routes/hats.py index ac804f309..32fdbceb6 100644 --- a/files/routes/hats.py +++ b/files/routes/hats.py @@ -7,7 +7,7 @@ from files.helpers.useractions import * from files.routes.wrappers import * from files.__main__ import app, limiter -@app.get("/hats") +@app.get("/shop/hats") @limiter.limit(DEFAULT_RATELIMIT, key_func=get_ID) @auth_required def hats(v:User): diff --git a/files/templates/hats.html b/files/templates/hats.html index 4d440e61e..19d673e03 100644 --- a/files/templates/hats.html +++ b/files/templates/hats.html @@ -8,10 +8,10 @@