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-05-17 17:57:32 +0800
Commit
80259b2beb2cab887c1caebc6f1275dbd331272c
1 parent
3566b8fb
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
middleware/serverapm.js
middleware/serverapm.js
View file @
80259b2
...
...
@@ -51,4 +51,4 @@ module.exports = function(req, res, next) {
server
.
handle
(
data
).
then
(()
=>
{
res
.
status
(
204
).
json
();
}).
catch
(
next
);
};
\ No newline at end of file
};
...
...
Please
register
or
login
to post a comment