Commit fea347d6 authored by kewei.jia's avatar kewei.jia

更换钉钉的通知地址(qa-home)

parent 50153250
...@@ -49,7 +49,7 @@ exports.start = function () { ...@@ -49,7 +49,7 @@ exports.start = function () {
// 加载各种服务 // 加载各种服务
const app = new Koa() const app = new Koa()
const router = new Router() const router = new Router()
// 开启定时任务 // 开启定时任务 每分钟检查一次
schedule('0 */1 * * * ?') schedule('0 */1 * * * ?')
// 加载所有路由 // 加载所有路由
loadRoutes(router) loadRoutes(router)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment