working..
This commit is contained in:
parent
d8ffebe181
commit
92acc646ec
@ -249,11 +249,13 @@ function getUrlV2(req, res) {
|
|||||||
'proxy' : 'http://uk.proxymesh.com:31280',
|
'proxy' : 'http://uk.proxymesh.com:31280',
|
||||||
'tunnel' : true
|
'tunnel' : true
|
||||||
}, (err, _res, body) => {
|
}, (err, _res, body) => {
|
||||||
|
console.log(err);
|
||||||
|
console.log(body);
|
||||||
if (!err)
|
if (!err)
|
||||||
res.send(body);
|
res.send(body);
|
||||||
else
|
else
|
||||||
|
|
||||||
res.send('');
|
res.send(err);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user