first commit
This commit is contained in:
6
滴滴淘/ddt_flutter/lib/http/config.dart
Executable file
6
滴滴淘/ddt_flutter/lib/http/config.dart
Executable file
@@ -0,0 +1,6 @@
|
||||
// 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";
|
||||
}
|
||||
Reference in New Issue
Block a user