Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-shop-fe2
·
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
weiqingting
2016-06-21 19:39:17 +0800
Commit
25e3e3c34250c933f5f8c3eb69a44fcfaf5ba804
1 parent
a9051972
提交
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
server/libs/App.js
server/libs/App.js
View file @
25e3e3c
...
...
@@ -116,6 +116,7 @@ module.exports = function (apiCofig) {
var
err
=
new
Error
(
'Not Found'
);
err
.
status
=
404
;
console
.
error
(
err
.
message
);
console
.
log
(
"wo caocao"
);
next
(
err
);
});
/*後置中间间*/
...
...
Please
register
or
login
to post a comment