...
|
...
|
@@ -30,6 +30,7 @@ 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');
|
|
|
|
...
|
...
|
|