mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-05 08:47:35 +08:00
fix: endpoint typo
This commit is contained in:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user