From a0616cf9a2c1a8977aa729a167213d3274602b64 Mon Sep 17 00:00:00 2001 From: Ace Date: Wed, 16 Nov 2016 15:08:43 +0530 Subject: [PATCH] Adding config changes --- .../main/resources/jaggeryapps/devicemgt/app/conf/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/conf/config.json b/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/conf/config.json index 2a15f18282..6eaf99a8ef 100644 --- a/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/conf/config.json +++ b/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/conf/config.json @@ -8,7 +8,8 @@ "wssURL" : "https://localhost:9445", "wsURL" : "%http.ip%", "dashboardServerURL" : "%https.ip%", - "enrollmentDir": "/emm-web-agent/enrollment", + "androidEnrollmentDir": "/android-web-agent/enrollment", + "windowsEnrollmentDir": "/windows-web-agent/enrollment", "iOSConfigRoot" : "%https.ip%/ios-enrollment/", "iOSAPIRoot" : "%https.ip%/ios/", "adminService": "%https.ip%",