We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c4b90f commit 075295aCopy full SHA for 075295a
apps/repl/app/utils/editor-text.ts
@@ -18,7 +18,7 @@ export async function shortenUrl(url: string) {
18
method: 'POST',
19
headers: {
20
Accept: 'application/vnd.api+json',
21
- 'Content-Type': 'application/json',
+ 'Content-Type': 'application/vnd.api+json',
22
},
23
body: JSON.stringify({ originalUrl: url }),
24
});
0 commit comments