Merge branch 'bug/html-default-content-type' into 'master'
Make accept the default content-type on AP/HTML routes See merge request framasoft/mobilizon!87
This commit is contained in:
commit
91e7b57366
@ -23,7 +23,7 @@ defmodule MobilizonWeb.Router do
|
||||
end
|
||||
|
||||
pipeline :activity_pub_and_html do
|
||||
plug(:accepts, ["activity-json", "html"])
|
||||
plug(:accepts, ["html", "activity-json"])
|
||||
end
|
||||
|
||||
pipeline :rss do
|
||||
|
Loading…
Reference in New Issue
Block a user