added weburl for https

This commit is contained in:
ayyoob 2016-06-06 13:14:04 +05:30
commit d4b319c42a

View File

@ -19,6 +19,6 @@
function onRequest(context){
var viewModel = {};
var devicemgtProps = require('/app/conf/devicemgt-props.js').config();
viewModel.hostName = devicemgtProps["httpsURL"];
viewModel.hostName = devicemgtProps["httpsWebURL"];
return viewModel;
}