From a8d5ab035d88a8966b59109600e11ed0e07475be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dunglas?= Date: Sun, 24 Jan 2021 18:25:39 +0100 Subject: [PATCH] feat: add JSON-LD to the list of known content types --- helpers/utils/contenttypes.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/helpers/utils/contenttypes.js b/helpers/utils/contenttypes.js index efd94f729..e57347e05 100644 --- a/helpers/utils/contenttypes.js +++ b/helpers/utils/contenttypes.js @@ -1,7 +1,8 @@ export const knownContentTypes = [ "application/json", - "application/vnd.api+json", + "application/ld+json", "application/hal+json", + "application/vnd.api+json", "application/xml", "application/x-www-form-urlencoded", "text/html",