This commit is contained in:
Aevann1 2022-02-18 12:13:57 +02:00
parent ea7dac3496
commit dde8f99401

View file

@ -1097,4 +1097,4 @@ def handle_wordle_action(cid, v):
g.db.add(comment)
g.db.commit()
return '', 204
return { "message" : "." }