Skip to content

Commit

Permalink
fix service edge controller listenips
Browse files Browse the repository at this point in the history
  • Loading branch information
willguibr committed Jan 5, 2025
1 parent cc9dff4 commit 27bdd73
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ type ServiceEdgeController struct {
Latitude string `json:"latitude,omitempty"`
Location string `json:"location,omitempty"`
Longitude string `json:"longitude,omitempty"`
ListenIPs string `json:"listenIps,omitempty"`
ListenIPs []string `json:"listenIps,omitempty"`
ModifiedBy string `json:"modifiedBy,omitempty"`
ModifiedTime string `json:"modifiedTime,omitempty"`
Name string `json:"name,omitempty"`
Expand Down

0 comments on commit 27bdd73

Please sign in to comment.