Also respond AS payload to application/ld+json

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2020-09-23 09:23:06 +02:00
parent 82b4b7ddbb
commit 0a2175a629

View File

@ -51,6 +51,7 @@ config :mobilizon, Mobilizon.Web.Endpoint,
config :mime, :types, %{
"application/activity+json" => ["activity-json"],
"application/ld+json" => ["activity-json"],
"application/jrd+json" => ["jrd-json"]
}