added weburl for https

revert-dabc3590
ayyoob 9 years ago
commit d4b319c42a

@ -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;
}
Loading…
Cancel
Save