feat: add JSON-LD to the list of known content types

This commit is contained in:
Kévin Dunglas 2021-01-24 18:25:39 +01:00
parent f58c6807d0
commit a8d5ab035d
No known key found for this signature in database
GPG key ID: 9D0C5D6EEB42C445

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