Merge pull request #1439 from dunglas/feat/jsonld

feat: add JSON-LD to the list of known content types
This commit is contained in:
Liyas Thomas
2021-01-25 06:38:34 +05:30
committed by GitHub

View File

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