diff --git a/files/routes/comments.py b/files/routes/comments.py index b16a60254..d5e192d74 100644 --- a/files/routes/comments.py +++ b/files/routes/comments.py @@ -1097,4 +1097,4 @@ def handle_wordle_action(cid, v): g.db.add(comment) g.db.commit() - return '', 204 \ No newline at end of file + return { "message" : "." } \ No newline at end of file