diff --git a/frontend/src/tests/jsonify.py b/frontend/src/tests/jsonify.py index 193f13287c..6398368c3a 100644 --- a/frontend/src/tests/jsonify.py +++ b/frontend/src/tests/jsonify.py @@ -37,4 +37,4 @@ def sinup(): return jsonify({"message": "User signed up succesfully"}), 200 if __name__ == '__main__': - app.run(debug=True) \ No newline at end of file + app.run() \ No newline at end of file