mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt-plugins
This commit is contained in:
commit
b65e99a4a7
@ -1182,7 +1182,7 @@ var operationModule = function () {
|
||||
"WIPE_DATA": "wipe-devices"
|
||||
};
|
||||
//return "/mdm-windows-agent/services/windows/operation/" + featureMap[operationCode];
|
||||
return "/api/device-mgt/windows/v1.0/admin/devices/" + featureMap[operationCode];
|
||||
return "/api/device-mgt/windows/v1.0/services/windows/admin/devices/" + featureMap[operationCode];
|
||||
};
|
||||
/**
|
||||
* Get the icon for the featureCode
|
||||
|
||||
Loading…
Reference in New Issue
Block a user