Adjustments on the road to testing

This commit is contained in:
Owen
2025-04-01 11:24:18 -04:00
parent e35f7c2d36
commit 8c40b8c578
2 changed files with 8 additions and 14 deletions

View File

@@ -26,7 +26,7 @@ type WgData struct {
}
type SiteConfig struct {
SiteId string `json:"siteId"`
SiteId int `json:"siteId"`
Endpoint string `json:"endpoint"`
PublicKey string `json:"publicKey"`
ServerIP string `json:"serverIP"`