Revert "fix"
This reverts commit c9ee15cb
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -3,4 +3,4 @@ const requestIp = require('request-ip'); | @@ -3,4 +3,4 @@ const requestIp = require('request-ip'); | ||
3 | module.exports = function(req, res, next) { | 3 | module.exports = function(req, res, next) { |
4 | req.clientIp = requestIp.getClientIp(req); | 4 | req.clientIp = requestIp.getClientIp(req); |
5 | next(); | 5 | next(); |
6 | -}; | 6 | +}; |
-
mentioned in commit 18399157
-
Please register or login to post a comment