edit comments

This commit is contained in:
2026-03-23 18:45:16 +05:30
parent ce90c6b350
commit 0912aef85e
8 changed files with 25 additions and 62 deletions

View File

@@ -62,5 +62,5 @@ class HtmlHelper:
@staticmethod
def json_response(message_obj, status_code):
return jsonify(message_obj), status_code
#May need to refactor further