diff --git a/api/index.py b/api/index.py index 13e99f1..89f59a9 100644 --- a/api/index.py +++ b/api/index.py @@ -440,7 +440,4 @@ def switch_commit(): 'change_set': change_set } - return jsonify(response), 200 - - -app.run(debug=True) \ No newline at end of file + return jsonify(response), 200 \ No newline at end of file