mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Merge branch 'cloud-3.1.0' of https://github.com/wso2/carbon-device-mgt into cloud-3.1.0
This commit is contained in:
commit
f5e5dce872
@ -48,7 +48,7 @@ var groupModule = {};
|
|||||||
}
|
}
|
||||||
return serviceInvokers.XMLHttp.get(
|
return serviceInvokers.XMLHttp.get(
|
||||||
endPoint, function (responsePayload) {
|
endPoint, function (responsePayload) {
|
||||||
return responsePayload["responseText"];
|
return parse(responsePayload["responseText"]);
|
||||||
},
|
},
|
||||||
function (responsePayload) {
|
function (responsePayload) {
|
||||||
log.error(responsePayload["responseText"]);
|
log.error(responsePayload["responseText"]);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user