Merge branch 'well-known' into 'develop'
NodeInfo: Accept application/activity+json requests See merge request pleroma/pleroma!4242
This commit is contained in:
commit
bb0cb06d8a
3 changed files with 15 additions and 1 deletions
|
|
@ -189,7 +189,7 @@ defmodule Pleroma.Web.Router do
|
|||
end
|
||||
|
||||
pipeline :well_known do
|
||||
plug(:accepts, ["json", "jrd", "jrd+json", "xml", "xrd+xml"])
|
||||
plug(:accepts, ["activity+json", "json", "jrd", "jrd+json", "xml", "xrd+xml"])
|
||||
end
|
||||
|
||||
pipeline :config do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue