From 5acd77e32cabf981b30150c34853b8364f30289c Mon Sep 17 00:00:00 2001 From: Menaka Madushanka Date: Wed, 27 Jan 2016 14:28:36 +0530 Subject: [PATCH] Changed the method name getHTTPSAddress --- .../iot.unit.device.droneanalyzer.statistics/statistics.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/device-mgt-iot-droneanalyzer-feature/org.wso2.carbon.device.mgt.iot.droneanalyzer.feature/src/main/resources/jaggeryapps/devicemgt/app/units/iot.unit.device.droneanalyzer.statistics/statistics.js b/features/device-mgt-iot-droneanalyzer-feature/org.wso2.carbon.device.mgt.iot.droneanalyzer.feature/src/main/resources/jaggeryapps/devicemgt/app/units/iot.unit.device.droneanalyzer.statistics/statistics.js index 0740b424b..c911c4428 100644 --- a/features/device-mgt-iot-droneanalyzer-feature/org.wso2.carbon.device.mgt.iot.droneanalyzer.feature/src/main/resources/jaggeryapps/devicemgt/app/units/iot.unit.device.droneanalyzer.statistics/statistics.js +++ b/features/device-mgt-iot-droneanalyzer-feature/org.wso2.carbon.device.mgt.iot.droneanalyzer.feature/src/main/resources/jaggeryapps/devicemgt/app/units/iot.unit.device.droneanalyzer.statistics/statistics.js @@ -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}; } \ No newline at end of file