MAJOR: Updates for Authenticated Web UI and CLI #30

Open
coolaj86 wants to merge 77 commits from next into master
Showing only changes of commit 61a5af2124 - Show all commits

View File

@ -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();