From 1d902cc72428ae710e494710692ff3f588de3da7 Mon Sep 17 00:00:00 2001 From: manoj Date: Wed, 20 May 2015 14:14:52 +0530 Subject: [PATCH] correct end points by adding context --- .../src/main/resources/conf/user-api-publisher-config.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/features/device-mgt/org.wso2.carbon.device.mgt.server.feature/src/main/resources/conf/user-api-publisher-config.xml b/features/device-mgt/org.wso2.carbon.device.mgt.server.feature/src/main/resources/conf/user-api-publisher-config.xml index 12a46052c0..53d17c347b 100644 --- a/features/device-mgt/org.wso2.carbon.device.mgt.server.feature/src/main/resources/conf/user-api-publisher-config.xml +++ b/features/device-mgt/org.wso2.carbon.device.mgt.server.feature/src/main/resources/conf/user-api-publisher-config.xml @@ -31,7 +31,7 @@ admin enrollment 1.0.0 - http://localhost:9763/enrollment + http://localhost:9763/mdm-android-agent/enrollment http,https @@ -39,7 +39,7 @@ admin license-mgt 1.0.0 - http://localhost:9763/license-mgt + http://localhost:9763/mdm-android-agent/device/license http,https @@ -47,7 +47,7 @@ admin operation 1.0.0 - http://localhost:9763/operations + http://localhost:9763/mdm-android-agent/operations http,https