Add application/vnd.api+json as a valid JSON mime to editorutils
This commit is contained in:
parent
45332b3202
commit
4be1e527fc
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ const mimeToMode = {
|
|||
"text/html": "html",
|
||||
"application/xml": "xml",
|
||||
"application/hal+json": "json",
|
||||
"application/vnd.api+json": "json",
|
||||
"application/json": "json",
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue