Skip to content

Commit

Permalink
Merge 097a04f into 10614a5
Browse files Browse the repository at this point in the history
  • Loading branch information
haifeiWu authored Dec 8, 2022
2 parents 10614a5 + 097a04f commit b2211d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,13 +103,13 @@ serverConfigs := []constant.ServerConfig{
"console1.nacos.io",
80,
constant.WithScheme("http"),
constant.WithContextPath("/nacos")
constant.WithContextPath("/nacos"),
),
*constant.NewServerConfig(
"console2.nacos.io",
80,
constant.WithScheme("http"),
constant.WithContextPath("/nacos")
constant.WithContextPath("/nacos"),
),
}

Expand Down

0 comments on commit b2211d4

Please sign in to comment.