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 f0c6f80 commit d20628bCopy full SHA for d20628b
src/handlers/handleCors.ts
@@ -23,7 +23,7 @@ export function handleOptions(request: Request) {
23
} else {
24
return new Response(null, {
25
headers: {
26
- Allow: "GET, HEAD, POST, PUT, OPTIONS",
+ Allow: "GET, HEAD, POST, PUT, OPTIONS, DELETE",
27
},
28
})
29
}
0 commit comments