This commit is contained in:
Daniel Goc
2026-04-01 13:30:54 +02:00
parent 684f910090
commit b2acb8c922
14 changed files with 326 additions and 15 deletions

View File

@@ -27,8 +27,8 @@ type MeiliService struct {
func New() *MeiliService {
client := meilisearch.New(
config.Get().MailiSearch.ServerURL,
meilisearch.WithAPIKey(config.Get().MailiSearch.ApiKey),
config.Get().MeiliSearch.ServerURL,
meilisearch.WithAPIKey(config.Get().MeiliSearch.ApiKey),
)
return &MeiliService{