Authored by yyq

zk control

Showing 1 changed file with 1 additions and 1 deletions
... ... @@ -77,7 +77,7 @@ app.use(global.yoho.httpCtx());
app.enable('trust proxy');
app.use((req, res, next) => {
req.isApmReport = _.get(req.app.locals, 'wap.open.bughd', false);
req.isApmReport = _.get(req.app.locals, 'isProduction');
next();
});
... ...