mirror of
https://github.com/qinglong-app/qinglong_app.git
synced 2025-10-09 16:48:19 +08:00
5 lines
93 B
Dart
5 lines
93 B
Dart
class Url {
|
|
static const LOGIN = "/api/user/login";
|
|
static const TASKS = "/api/crons";
|
|
}
|