Merge pull request #295 from ayyoob/sin

updated the url
This commit is contained in:
Ruwan 2016-06-06 14:02:37 +05:30
commit 8a203f49b6

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;
}