Skip to content

Commit

Permalink
update egctl mesh ingress command
Browse files Browse the repository at this point in the history
  • Loading branch information
zouyingjie committed Apr 14, 2021
1 parent 02c0dc8 commit 5566e03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/client/command/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@ const (
MeshServiceInstanceURL = apiURL + "/mesh/serviceinstances/%s/%s"

// MeshIngressURL is the mesh ingress prefix.
MeshIngressesURL = "/mesh/ingresses"
MeshIngressesURL = apiURL + "/mesh/ingresses"

// MeshIngressURL is the mesh ingress path.
MeshIngressURL = "/mesh/ingresses/%s"
MeshIngressURL = apiURL + "/mesh/ingresses/%s"
)

func makeURL(urlTemplate string, a ...interface{}) string {
Expand Down

0 comments on commit 5566e03

Please sign in to comment.