Skip to content

Commit

Permalink
Merge pull request #177 from menaka121/IoTS-1.0.0-M2
Browse files Browse the repository at this point in the history
Changed the method name getHTTPSAddress
  • Loading branch information
ruwany committed Jan 27, 2016
2 parents 137c233 + 5acd77e commit 04087aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function onRequest (context) {
var log = new Log("statistics.js");
var serverAddress = require("/app/modules/serverAddress.js").serverAddress;
var wssAddress = serverAddress.getWSSAddress();
var httpsAddress = serverAddress.getHPPSTSAddress();
var httpsAddress = serverAddress.getHTTPSAddress();
var device = context.unit.params.device;
return { "device": device, "wssAddress": wssAddress, "httpsAddress": httpsAddress};
}

0 comments on commit 04087aa

Please sign in to comment.