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
commit 64ee01d9fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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