diff --git a/files/routes/awards.py b/files/routes/awards.py index 98a53fe056..00f50649d7 100644 --- a/files/routes/awards.py +++ b/files/routes/awards.py @@ -152,7 +152,7 @@ def buy(v, award): return {"message": "Award bought!"} - +@app.get("/post//awards") @app.post("/post//awards") @limiter.limit("1/second") @auth_required @@ -324,6 +324,7 @@ def award_post(pid, v): else: return redirect("/") +@app.get("/comment//awards") @app.post("/comment//awards") @limiter.limit("1/second") @auth_required