We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ecb6fa commit 80eccc6Copy full SHA for 80eccc6
src/lib/client.ts
@@ -14,7 +14,7 @@ export function connect(config: CreateAxiosDefaults) {
14
...config,
15
headers: {
16
...config.headers,
17
- "Content-Type": "application/vnd.api+json",
+ 'Content-Type': 'application/json',
18
},
19
});
20
}
0 commit comments