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) => { @@ -128,9 +128,6 @@ app.use((req, res, next) => {
128 next(); 128 next();
129 }); 129 });
130 130
131 -// 添加请求上下文  
132 -app.use(global.yoho.httpCtx());  
133 -  
134 // dispatcher 131 // dispatcher
135 try { 132 try {
136 const tdkUrl = require('./doraemon/middleware/redis-url'); 133 const tdkUrl = require('./doraemon/middleware/redis-url');