Merge pull request #1439 from dunglas/feat/jsonld
feat: add JSON-LD to the list of known content types
This commit is contained in:
commit
64ee01d9fe
1 changed files with 2 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue