Authored by yyq

Merge branch 'release/1026' of git.yoho.cn:fe/yohobuy-node into release/1026

Showing 1 changed file with 0 additions and 1 deletions
... ... @@ -30,7 +30,6 @@ const fp = require('lodash/fp');
const pkg = require('./package.json');
const app = express();
const helpers = global.yoho.helpers;
require('dnscache')({enable: true, ttl: 300, cachesize: 1000});
app.disable('x-powered-by');
... ...