diff --git a/features/cdmf-base-ui/org.wso2.carbon.devicemgt.ui.feature/src/main/resources/jaggeryapps/devicemgt/app/modules/serverAddress.js b/features/cdmf-base-ui/org.wso2.carbon.devicemgt.ui.feature/src/main/resources/jaggeryapps/devicemgt/app/modules/serverAddress.js index d1fb788f52..f7969dc2f7 100644 --- a/features/cdmf-base-ui/org.wso2.carbon.devicemgt.ui.feature/src/main/resources/jaggeryapps/devicemgt/app/modules/serverAddress.js +++ b/features/cdmf-base-ui/org.wso2.carbon.devicemgt.ui.feature/src/main/resources/jaggeryapps/devicemgt/app/modules/serverAddress.js @@ -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');