Merge pull request #1439 from dunglas/feat/jsonld
feat: add JSON-LD to the list of known content types
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user