Files
sweet_chat_app/lib/config/AppConfig.dart
2026-06-19 21:10:03 +08:00

4 lines
143 B
Dart

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