This commit is contained in:
Aevann1 2022-02-18 10:01:21 +02:00
parent d603fcf33c
commit f30eaba99c
16 changed files with 28 additions and 26 deletions

View file

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