forked from potsda.mn/mobilizon
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
625d0d37d5
|
@ -23,7 +23,7 @@ defmodule MobilizonWeb.Router do
|
||||||
end
|
end
|
||||||
|
|
||||||
pipeline :activity_pub_and_html do
|
pipeline :activity_pub_and_html do
|
||||||
plug(:accepts, ["activity-json", "html"])
|
plug(:accepts, ["html", "activity-json"])
|
||||||
end
|
end
|
||||||
|
|
||||||
pipeline :rss do
|
pipeline :rss do
|
||||||
|
|
Loading…
Reference in a new issue