Fix Accept header
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
7d37319c8a
commit
404f0548a0
@ -9,7 +9,7 @@ defmodule EventosWeb.Router do
|
||||
end
|
||||
|
||||
pipeline :well_known do
|
||||
plug(:accepts, ["json/application", "jrd-json"])
|
||||
plug(:accepts, ["json/application", "jrd-json", "application/json"])
|
||||
end
|
||||
|
||||
pipeline :activity_pub do
|
||||
|
Loading…
Reference in New Issue
Block a user