Skip to content

Commit 075295a

Browse files
committed
Fix share
1 parent 7c4b90f commit 075295a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/repl/app/utils/editor-text.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export async function shortenUrl(url: string) {
1818
method: 'POST',
1919
headers: {
2020
Accept: 'application/vnd.api+json',
21-
'Content-Type': 'application/json',
21+
'Content-Type': 'application/vnd.api+json',
2222
},
2323
body: JSON.stringify({ originalUrl: url }),
2424
});

0 commit comments

Comments
 (0)