TTK_E32222585_laravel/lib/config/config.dart

4 lines
79 B
Dart

class AppConfig {
static const String baseUrl = 'http://192.168.1.6:8000';
}