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:40:11 +0800
Commit
8fe108f2f7f1aad5614b93a3469a7bdb4bd8868f
1 parent
55b32c4a
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 @
8fe108f
...
...
@@ -93,7 +93,7 @@ module.exports = (req, res, next) => {
})
});
if
(
/cdn.yoho.cn/
.
test
(
item
.
r
))
{
if
(
/cdn.yoho.cn/
.
test
(
item
.
sc
))
{
errorRouterSqlSender
.
addMessage
(
msg2row
.
errorRouter
(
data
));
}
...
...
Please
register
or
login
to post a comment