mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2025-01-03 05:45:14 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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