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