This commit is contained in:
lain 2018-06-15 22:01:17 +02:00
parent de20c8d620
commit 00d7d109ef
1 changed files with 1 additions and 1 deletions

View File

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