6 lines
210 B
Dart
Executable File
6 lines
210 B
Dart
Executable File
// ignore: camel_case_types
|
|
class config {
|
|
static const String BASE_URL = "http://192.168.0.104:3000";
|
|
//static const String BASE_URL = "https://www.geekhelp.cn";
|
|
static const String testUrl = "/index";
|
|
} |