Stefan Huber

correcting ports

......@@ -103,7 +103,7 @@ var Rest = Rest_1 = (function () {
ip: node.IP,
uuid: body.device_id,
couchPort: body.couch_port,
webPort: node.web_port
webPort: body.web_port
});
}
else {
......
......@@ -110,7 +110,7 @@ export class Rest {
ip : node.IP ,
uuid : body.device_id ,
couchPort : body.couch_port ,
webPort : node.web_port
webPort : body.web_port
});
} else {
reject();
......