Fix Accept header

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2018-10-09 15:56:48 +02:00
parent c2875a6189
commit 93cb03eb4c
1 changed files with 1 additions and 1 deletions

View File

@ -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