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