mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-03-15 08:30:28 +01:00
fix(core): fixed limited ip for admin center issue
This commit is contained in:
@@ -296,6 +296,6 @@ exports.unIdle = function (req, res, next) {
|
||||
*/
|
||||
exports.getMyIp = function (req, res) {
|
||||
res.status(200).send({
|
||||
ip: req.user.curr_signed_ip
|
||||
ip: req.cf_ip
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user