diff options
Diffstat (limited to 'system/tls/devcerts.go')
-rw-r--r-- | system/tls/devcerts.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/tls/devcerts.go b/system/tls/devcerts.go index f4dc18f..0554aa4 100644 --- a/system/tls/devcerts.go +++ b/system/tls/devcerts.go @@ -89,7 +89,7 @@ func setupDev() { } hosts := []string{"localhost", "0.0.0.0"} - domain := db.ConfigCache("domain") + domain := db.ConfigCache("domain").(string) if domain != "" { hosts = append(hosts, domain) } |