c
This commit is contained in:
parent
bf41c9ab86
commit
46ab0a1e98
@ -1,3 +1,9 @@
|
||||
export default defineEventHandler(async (event) => {
|
||||
return sendNoContent(event, 200);
|
||||
return new Response("", {
|
||||
status: 200,
|
||||
headers: {
|
||||
"Access-Control-Allow-Origin": "*",
|
||||
"Access-Control-Allow-Methods": "POST,PATCH,OPTIONS",
|
||||
},
|
||||
});
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user