This commit is contained in:
jyuesong
2022-01-13 10:17:22 +08:00
parent 5d7fc83f91
commit 6acf427fb6
15 changed files with 258 additions and 95 deletions

View File

@@ -1,3 +1,4 @@
class Url {
static const LOGIN = "api/user/login";
static const LOGIN = "/api/user/login";
static const TASKS = "/api/crons";
}