PureVPN servers json tag fix

This commit is contained in:
Quentin McGaw
2020-11-05 02:22:33 +00:00
parent a7a7efe9c3
commit 854401a150

View File

@@ -35,7 +35,7 @@ type PiaServers struct {
type PurevpnServers struct {
Version uint16 `json:"version"`
Timestamp int64 `json:"timestamp"`
Servers []PurevpnServer `json:"purevpn"`
Servers []PurevpnServer `json:"servers"`
}
type SurfsharkServers struct {
Version uint16 `json:"version"`