forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-09-17 17:16:15 +02:00
parent 703d7bf86e
commit d23da41d5e
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ ALLOW_MULTIPLE = (
"stars"
)
@app.post("/post/<pid>/awards")
@app.get("/post/<pid>/awards")
@auth_required
@validate_formkey
def award_post(pid, v):