Skip to content

Commit

Permalink
cors削除
Browse files Browse the repository at this point in the history
  • Loading branch information
weweweok committed Nov 22, 2023
1 parent 2ad91cd commit d4d2398
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion islands/ImageForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ export default function ImageForm() {
const response = await fetch(url + "api/image", {
method: "POST",
body: image,
mode: "cors",
});
isAsciiArtpreviewHide.value = false;
if (!response.ok) console.error(response.statusText);
Expand Down

0 comments on commit d4d2398

Please sign in to comment.