pull/1/head
Nikita Tokarchuk 2 years ago
parent 5dc652a4be
commit 7b70da4c23
Signed by: mainnika
GPG Key ID: A595FB7E3E56911C
  1. 2
      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,

Loading…
Cancel
Save