Browse Source

fix: endpoint typo

Chay Choong 3 years ago
parent
commit
2a9b422495
1 changed files with 1 additions and 1 deletions
  1. 1 1
      netclient/functions/list.go

+ 1 - 1
netclient/functions/list.go

@@ -18,7 +18,7 @@ type Peer struct {
 	Interface      string `json:"interface,omitempty"`
 	Interface      string `json:"interface,omitempty"`
 	PrivateIPv4    string `json:"private_ipv4,omitempty"`
 	PrivateIPv4    string `json:"private_ipv4,omitempty"`
 	PrivateIPv6    string `json:"private_ipv6,omitempty"`
 	PrivateIPv6    string `json:"private_ipv6,omitempty"`
-	PublicEndpoint string `json:"public_endoint,omitempty"`
+	PublicEndpoint string `json:"public_endpoint,omitempty"`
 }
 }
 
 
 type Network struct {
 type Network struct {