forked from AkkomaGang/akkoma
Set content-type to application/json
This commit is contained in:
parent
afcdd2f437
commit
51faa28568
1 changed files with 2 additions and 1 deletions
|
@ -10,6 +10,7 @@ defmodule Pleroma.Search.Meilisearch do
|
|||
defp meili_headers() do
|
||||
private_key = Pleroma.Config.get([Pleroma.Search.Meilisearch, :private_key])
|
||||
|
||||
[{"Content-Type", "application/json"}] ++
|
||||
if is_nil(private_key), do: [], else: [{"X-Meili-API-Key", private_key}]
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue