We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5295fd0 commit bc8255bCopy full SHA for bc8255b
agent/app/model/website_ssl.go
@@ -41,7 +41,7 @@ type WebsiteSSL struct {
41
PushNode bool `json:"pushNode"`
42
PrivateKeyPath string `json:"privateKeyPath"`
43
CertPath string `json:"certPath"`
44
- IsIp bool `json:"isIp"`
+ IsIp bool `json:"isIP"`
45
46
AcmeAccount WebsiteAcmeAccount `json:"acmeAccount" gorm:"-:migration"`
47
DnsAccount WebsiteDnsAccount `json:"dnsAccount" gorm:"-:migration"`
0 commit comments