Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
htoooth
2017-12-14 11:47:46 +0800
Commit
e17c317edb1b23ef0d42b709a56ea637b2dbe1e0
2 parents
5ae27bab
90f729a7
Merge remote-tracking branch 'origin/hotfix/servererr' into hotfix/servererr
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
app.js
app.js
View file @
e17c317
...
...
@@ -128,9 +128,6 @@ app.use((req, res, next) => {
next
();
});
// 添加请求上下文
app
.
use
(
global
.
yoho
.
httpCtx
());
// dispatcher
try
{
const
tdkUrl
=
require
(
'./doraemon/middleware/redis-url'
);
...
...
Please
register
or
login
to post a comment