forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-07-31 08:09:00 +02:00
parent e2518a942a
commit d7598af4ff
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ def get_awards(v):
for val in return_value:
val['owned'] = len([x for x in user_awards if x.kind == val['kind'] and not x.given])
return return_value
return jsonify(return_value)
@app.put("/post/<pid>/awards")