Merge branch 'add-ld-json-content-type' into 'master'
Also respond AS payload to application/ld+json See merge request framasoft/mobilizon!564
This commit is contained in:
commit
10cc52e82d
|
@ -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"]
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue