mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
fixing api-management auto publishing configuration file read issue
This commit is contained in:
parent
a46d3a41de
commit
010045f0dd
@ -67,7 +67,7 @@ public class APIPublisherConfig {
|
||||
return apiConfigs;
|
||||
}
|
||||
|
||||
public void setApiConfig(List<APIConfig> apiConfigs) {
|
||||
public void setApiConfigs(List<APIConfig> apiConfigs) {
|
||||
this.apiConfigs = apiConfigs;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user