개발서버 주소 변경
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user