Authored by htoooth

Merge remote-tracking branch 'origin/hotfix/servererr' into hotfix/servererr

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');
... ...