增加两步验证提醒

This commit is contained in:
jyuesong
2022-01-19 09:56:17 +08:00
parent ca6f1db16f
commit c51ebc16d2
5 changed files with 139 additions and 122 deletions

View File

@@ -1,5 +1,6 @@
class Url {
static const login = "/api/user/login";
static const user = "/api/user";
static const tasks = "/api/crons";
static const runTasks = "/api/crons/run";
static const stopTasks = "/api/crons/stop";