chimney
This commit is contained in:
parent
e6b7ba575f
commit
61a5af2124
|
@ -338,9 +338,6 @@ controllers.relay = function (req, res, opts) {
|
|||
return;
|
||||
}
|
||||
|
||||
console.log('POST /api/relay:');
|
||||
console.log(opts.body);
|
||||
console.log();
|
||||
return urequestAsync(opts.body).then(function (resp) {
|
||||
res.setHeader('Content-Type', 'application/json');
|
||||
resp = resp.toJSON();
|
||||
|
|
Loading…
Reference in New Issue