Skip to content

Commit

Permalink
chore: admin-api default version v2 (#1558) (#1559)
Browse files Browse the repository at this point in the history
  • Loading branch information
tao12345666333 committed Dec 27, 2022
1 parent 3b99ebf commit 88b1d45
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 88b1d45

Please sign in to comment.