Skip to content

Commit c553095

Browse files
CORS
1 parent e3f3c69 commit c553095

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Deno.serve(
2323
"Access-Control-Allow-Methods": "POST",
2424
"Access-Control-Allow-Headers": "Content-Type",
2525
},
26+
status: 200,
2627
});
2728
}
2829
if (req.method !== "POST") {

0 commit comments

Comments
 (0)