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
1
Download as
Email Patches
Plain Diff
Browse Files
Authored by
黄涛
2018-09-06 16:57:27 +0800
Commit
43f830a442abce64ec4bb0d553a06148206ab529
1 parent
6df3ad0f
Revert "fix"
This reverts commit
c9ee15cb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
middleware/getip.js
middleware/getip.js
View file @
43f830a
...
...
@@ -3,4 +3,4 @@ const requestIp = require('request-ip');
module
.
exports
=
function
(
req
,
res
,
next
)
{
req
.
clientIp
=
requestIp
.
getClientIp
(
req
);
next
();
};
};
\ No newline at end of file
...
...
黄涛
@huangtao
2018-09-17 09:54:16 UTC
Master
mentioned in commit
18399157
Please
register
or
login
to post a comment