mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
minor fix
This commit is contained in:
parent
45d98d5e49
commit
c53c8f3d63
@ -118,9 +118,10 @@ public class APIManagementProviderServiceImpl implements APIManagementProviderSe
|
||||
|
||||
for (String tag: tags) {
|
||||
Map<String, String> queryParams = new HashMap<>();
|
||||
Map<String, String> headerParams = new HashMap<>();
|
||||
queryParams.put("tag", tag);
|
||||
if ("carbon.super".equals(tenantDomain)) {
|
||||
consumerRESTAPIServices.getAllApis(null, null, queryParams);
|
||||
consumerRESTAPIServices.getAllApis(null, null, queryParams, headerParams);
|
||||
} else {
|
||||
//call All API getting call with carbon super header param
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user