Authored by 毕凯

删除多余中间件

Showing 1 changed file with 0 additions and 3 deletions
... ... @@ -128,9 +128,6 @@ app.use((req, res, next) => {
next();
});
// 添加请求上下文
app.use(global.yoho.httpCtx());
// dispatcher
try {
const tdkUrl = require('./doraemon/middleware/redis-url');
... ...