Skip to content

Commit

Permalink
Merge pull request #153 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 8a1f771 + 52e63cb commit 552cee0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ var serverAddress = function () {
host = process.getProperty('server.host'),
ip = process.getProperty('carbon.local.ip');
var publicMethods = {};
publicMethods.getHPPSTSAddress = function () {
publicMethods.getHTTPSAddress = function () {
var port = process.getProperty('mgt.transport.https.proxyPort');
if (!port) {
port = process.getProperty('mgt.transport.https.port');
Expand Down

0 comments on commit 552cee0

Please sign in to comment.