1
0
Fork 1
mirror of https://akkoma.dev/AkkomaGang/akkoma.git synced 2024-11-18 10:59:17 +00:00
This commit is contained in:
lain 2018-06-15 22:01:17 +02:00
parent de20c8d620
commit 00d7d109ef

View file

@ -41,7 +41,7 @@ def user_fetcher(username) 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