mirror of
https://github.com/Xevion/glance.git
synced 2025-12-09 16:07:20 -06:00
Use hyphen instead of underscore
This commit is contained in:
@@ -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"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user