Commit a66583aa authored by kewei.jia's avatar kewei.jia Committed by 智勇

删除无用代码

parent c10f101e
......@@ -32,10 +32,6 @@ function loadRoutes(router) {
.use(result())
.use(validate())
.use(client())
.use(async (ctx, next) => {
ctx.jia = 'kewei'
await next()
})
.use(async (ctx, next) => {
// 腾讯云
ctx.container = container
......
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