diff --git a/frontend/main.go b/frontend/main.go index 3a4d408..a15f26d 100644 --- a/frontend/main.go +++ b/frontend/main.go @@ -53,7 +53,7 @@ func main() { logrus.Fatal(err) } - ghostClient := &ghost.Client{ + ghostClient := &ghost.HTTPClient{ Addr: config.Content.Backend, ContentKey: config.Content.Key, Secured: true,