From 93cb03eb4ca77cbdbbf0bf81699d9786e2ee6328 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Tue, 9 Oct 2018 15:56:48 +0200 Subject: [PATCH] Fix Accept header Signed-off-by: Thomas Citharel --- lib/eventos_web/router.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/eventos_web/router.ex b/lib/eventos_web/router.ex index 3e3db2481..baac00278 100644 --- a/lib/eventos_web/router.ex +++ b/lib/eventos_web/router.ex @@ -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