Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
yyq
2017-10-26 17:00:32 +0800
Commit
c94bf1ea62e575eb188ba3e37adaf2c443ebec77
2 parents
2217c604
83fd3b9b
Merge branch 'release/1026' of git.yoho.cn:fe/yohobuy-node into release/1026
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
app.js
app.js
View file @
c94bf1e
...
...
@@ -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'
);
...
...
Please
register
or
login
to post a comment