瀏覽代碼

Merge pull request #729 from chaychoong/fix-endpoint-typo

fix: endpoint typo
dcarns 3 年之前
父節點
當前提交
c2a93ef73a
共有 1 個文件被更改,包括 1 次插入1 次删除
  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"`
 	PrivateIPv4    string `json:"private_ipv4,omitempty"`
 	PrivateIPv6    string `json:"private_ipv6,omitempty"`
-	PublicEndpoint string `json:"public_endoint,omitempty"`
+	PublicEndpoint string `json:"public_endpoint,omitempty"`
 }
 
 type Network struct {