Merge pull request #295 from ayyoob/sin

updated the url
revert-dabc3590
Ruwan 9 years ago
commit 8a203f49b6

@ -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