From 19d2215ae347b5b87f35554ff65cae491933dccb Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 18 Feb 2022 12:13:57 +0200 Subject: [PATCH] b --- files/routes/comments.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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