Fixes a webfinger issue, and adds html profile in webfinger query

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2018-11-07 16:45:11 +01:00
parent 23aac914df
commit 5361371d8a
2 changed files with 7 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ defmodule MobilizonWeb.Router do
end
pipeline :well_known do
plug(:accepts, ["json/application", "jrd-json", "application/json"])
plug(:accepts, ["json", "jrd-json"])
end
pipeline :activity_pub do