Skip to content

Commit

Permalink
chore: admin-api default version v2 (#1558)
Browse files Browse the repository at this point in the history
Co-authored-by: rongxin <alinsran@apache.org>
  • Loading branch information
AlinsRan and AlinsRan authored Dec 27, 2022
1 parent 5f98bc1 commit 949c1da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ func NewDefaultConfig() *Config {
EnableGatewayAPI: false,
},
APISIX: APISIXConfig{
AdminAPIVersion: "v3",
AdminAPIVersion: "v2",
DefaultClusterName: "default",
},
}
Expand Down

0 comments on commit 949c1da

Please sign in to comment.