Skip to content

Commit

Permalink
- fix issue #517
Browse files Browse the repository at this point in the history
  • Loading branch information
rathnapandi committed Nov 4, 2024
1 parent 52517ef commit 53ed137
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ public API updateAPIProxy(API api) throws AppException {
}

public String[] getSerializeAllExcept() {
return new String[]{"queryStringPassThrough", "apiDefinition", "certFile", "useForInbound", "useForOutbound", "organization", "applications", "image", "clientOrganizations", "applicationQuota", "systemQuota", "backendBasepath", "remoteHost"};
return new String[]{"apiDefinition", "certFile", "useForInbound", "useForOutbound", "organization", "applications", "image", "clientOrganizations", "applicationQuota", "systemQuota", "backendBasepath", "remoteHost"};
}

public void deleteAPIProxy(API api) throws AppException {
Expand Down

0 comments on commit 53ed137

Please sign in to comment.