forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-09-17 20:10:40 +02:00
parent 524d036566
commit ee2a57b8e1
1 changed files with 1 additions and 1 deletions

View File

@ -323,7 +323,7 @@ def award_comment(cid, v):
g.db.add(c.author)
g.db.commit()
return {"message": "Award given!"}
return redirect(request.referrer)
@app.get("/admin/user_award")
@auth_required