Merge branch 'develop' into kaniini/pleroma-feature/activitypub-endpoints

This commit is contained in:
lain 2018-03-22 12:48:56 +01:00
commit b72a25f5b1
10 changed files with 132 additions and 52 deletions

View file

@ -39,7 +39,7 @@ defmodule Pleroma.Web.Router do
end
pipeline :well_known do
plug :accepts, ["xml", "xrd+xml"]
plug :accepts, ["xml", "xrd+xml", "json", "jrd+json"]
end
pipeline :config do