From 8ea5c911e78b229bbbbb24c4e26a85d871b03d1c Mon Sep 17 00:00:00 2001 From: jieun Date: Thu, 25 Jun 2026 17:51:36 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B0=9C=EB=B0=9C=EC=84=9C=EB=B2=84=20?= =?UTF-8?q?=EC=A3=BC=EC=86=8C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/services/chat_service.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/services/chat_service.dart b/lib/services/chat_service.dart index f392e61..9270cd1 100644 --- a/lib/services/chat_service.dart +++ b/lib/services/chat_service.dart @@ -4,7 +4,7 @@ import '../models/chat_message.dart'; class ChatService { // 서버 URL - static const String serverUrl = 'http://49.238.167.71:8000/chat/'; + static const String serverUrl = 'http://49.238.167.122:8000/chat/'; // 타임아웃 설정 (초) static const int timeoutSeconds = 30;