mirror of https://github.com/fatedier/frp
typo fix
parent
cc160995da
commit
63037f1c65
|
@ -181,5 +181,5 @@ type NatHoleResp struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
type NatHoleSid struct {
|
type NatHoleSid struct {
|
||||||
Sid string `json;"sid"`
|
Sid string `json:"sid"`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue