From 1b5b6ebc6c145d4ba1ea87cefd55805d3e8d6aed Mon Sep 17 00:00:00 2001 From: OhSeongRak Date: Wed, 11 Jun 2025 17:35:20 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20=ED=8F=AC=ED=8A=B8=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- smarketing-ai/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smarketing-ai/app.py b/smarketing-ai/app.py index a9e55d8..35cf56c 100644 --- a/smarketing-ai/app.py +++ b/smarketing-ai/app.py @@ -276,4 +276,4 @@ def create_app(): if __name__ == '__main__': app = create_app() - app.run(host='0.0.0.0', port=5000, debug=True) + app.run(host='0.0.0.0', port=5001, debug=True)