Skip to content

Commit 80eccc6

Browse files
committed
fix(client): unsupported application/vnd.api+json as content type
1 parent 4ecb6fa commit 80eccc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export function connect(config: CreateAxiosDefaults) {
1414
...config,
1515
headers: {
1616
...config.headers,
17-
"Content-Type": "application/vnd.api+json",
17+
'Content-Type': 'application/json',
1818
},
1919
});
2020
}

0 commit comments

Comments
 (0)