From 7b70da4c23b03faf8dfaceaa87a957bc1fd71d0d Mon Sep 17 00:00:00 2001 From: Nikita Tokarchuk Date: Thu, 9 Dec 2021 23:12:54 +0100 Subject: [PATCH] Fix typo --- frontend/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,