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

fix: endpoint typo
This commit is contained in:
dcarns 2022-02-10 08:38:55 -05:00 committed by GitHub
commit c2a93ef73a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {