Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-apm
·
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
htoooth
2018-01-02 17:34:30 +0800
Commit
55b32c4a49db0b3e0ca908dd206b1ea02a249433
1 parent
23aea230
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
middleware/apm2.js
middleware/apm2.js
View file @
55b32c4
...
...
@@ -93,7 +93,7 @@ module.exports = (req, res, next) => {
})
});
if
(
!
/cdn.yoho.cn/
.
test
(
item
.
r
))
{
if
(
/cdn.yoho.cn/
.
test
(
item
.
r
))
{
errorRouterSqlSender
.
addMessage
(
msg2row
.
errorRouter
(
data
));
}
...
...
Please
register
or
login
to post a comment