From 79d763725f7922e34740047975f485fea8daf777 Mon Sep 17 00:00:00 2001 From: Avi Avni Date: Mon, 10 Feb 2025 14:49:26 +0200 Subject: [PATCH] fix --- api/index.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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