Use hyphen instead of underscore

This commit is contained in:
Svilen Markov
2024-08-04 20:54:30 +01:00
parent 39663cb594
commit 7afad765cb
2 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ import (
type SiteStatusRequest struct {
URL string `yaml:"url"`
CheckURL string `yaml:"check_url"`
CheckURL string `yaml:"check-url"`
AllowInsecure bool `yaml:"allow-insecure"`
}