We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3f3c69 commit c553095Copy full SHA for c553095
main.ts
@@ -23,6 +23,7 @@ Deno.serve(
23
"Access-Control-Allow-Methods": "POST",
24
"Access-Control-Allow-Headers": "Content-Type",
25
},
26
+ status: 200,
27
});
28
}
29
if (req.method !== "POST") {
0 commit comments