개발서버 주소 변경

This commit is contained in:
2026-06-25 17:51:36 +09:00
parent 756453d144
commit 8ea5c911e7

View File

@@ -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;