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
Email Patches
Plain Diff
Browse Files
Authored by
毕凯
2017-12-14 10:52:51 +0800
Commit
90f729a7dfc4fa98e018418492b377a7596e34e3
1 parent
17547672
删除多余中间件
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
app.js
app.js
View file @
90f729a
...
...
@@ -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