Files
qinglong_app/lib/base/http/url.dart
jyuesong 6acf427fb6 add task
2022-01-13 10:17:22 +08:00

5 lines
93 B
Dart

class Url {
static const LOGIN = "/api/user/login";
static const TASKS = "/api/crons";
}