This commit is contained in:
2021-12-09 23:12:54 +01:00
parent 5dc652a4be
commit 7b70da4c23
+1 -1
View File
@@ -53,7 +53,7 @@ func main() {
logrus.Fatal(err) logrus.Fatal(err)
} }
ghostClient := &ghost.Client{ ghostClient := &ghost.HTTPClient{
Addr: config.Content.Backend, Addr: config.Content.Backend,
ContentKey: config.Content.Key, ContentKey: config.Content.Key,
Secured: true, Secured: true,