From 6436f3cf4fe145a257f8a6669f10152e8eedaa58 Mon Sep 17 00:00:00 2001 From: imnyang Date: Sat, 7 Jun 2025 22:07:06 +0900 Subject: [PATCH] Hotfix #2 --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 2fa4d0e..4ff7e22 100644 --- a/main.py +++ b/main.py @@ -23,7 +23,7 @@ if os.getenv("GOOGLE_MODEL") is None: if os.getenv("GOOGLE_PLANNER_MODEL") is None: raise ValueError("GOOGLE_PLANNER_MODEL 환경변수가 설정되지 않았습니다.") -backend_url = os.getenv("BACKEND_URL", "http://localhost:4040") +backend_url = os.getenv("BACKEND_URL", "http://localhost:11081") # 출력 모델 class OAuth(BaseModel):