mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
This commit is contained in:
commit
e4ac0f2052
@ -173,7 +173,7 @@ public final class DeviceManagerUtil {
|
|||||||
API api = new API(id);
|
API api = new API(id);
|
||||||
try {
|
try {
|
||||||
api.setContext(config.getContext());
|
api.setContext(config.getContext());
|
||||||
api.setUrl(config.getVersion());
|
api.setUrl(config.getEndpoint());
|
||||||
api.setUriTemplates(getURITemplates(config.getEndpoint(),
|
api.setUriTemplates(getURITemplates(config.getEndpoint(),
|
||||||
APIConstants.AUTH_APPLICATION_OR_USER_LEVEL_TOKEN));
|
APIConstants.AUTH_APPLICATION_OR_USER_LEVEL_TOKEN));
|
||||||
api.setVisibility(APIConstants.API_GLOBAL_VISIBILITY);
|
api.setVisibility(APIConstants.API_GLOBAL_VISIBILITY);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user