forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-09-17 17:22:31 +02:00
parent 6458efe239
commit 1541eea554
1 changed files with 1 additions and 1 deletions

View File

@ -259,7 +259,7 @@ def award_post(pid, v):
g.db.add(post.author)
g.db.commit()
return {"message": "Award given!"}
return redirect(request.referrer)
@app.post("/comment/<cid>/awards")