Files
sweet_chat_app/lib/config/AppConfig.dart
2026-06-20 16:11:57 +08:00

4 lines
143 B
Dart

class AppConfig {
static const String baseUrl = 'http://192.168.31.109:2836/api';
static const String wsUrl = 'ws://192.168.31.109:5050';
}