From c1f605de907b4a9101ac0e49a9bf2a35b3931c1e Mon Sep 17 00:00:00 2001 From: zhaoyingbo Date: Fri, 9 Aug 2024 03:11:10 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=81=9C=E6=AD=A2=E5=AE=9A=E6=97=B6?= =?UTF-8?q?=E6=9C=8D=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.ts b/index.ts index b05037b..d8f58fa 100644 --- a/index.ts +++ b/index.ts @@ -1,11 +1,11 @@ import { manageCIMonitorReq } from "./routes/ci" // import { manageGitlabEventReq } from "./routes/event" -import initSchedule from "./schedule" +// import initSchedule from "./schedule" import netTool from "./service/netTool" import { makeCheckPathTool } from "./utils/pathTools" // 启动定时任务 -initSchedule() +// initSchedule() const PREFIX = "/gitlab_monitor"