add options api
This commit is contained in:
parent
693c363f73
commit
704f0bd729
3
.vitepress/routes/index.options.ts
Normal file
3
.vitepress/routes/index.options.ts
Normal file
@ -0,0 +1,3 @@
|
||||
export default defineEventHandler(async (event) => {
|
||||
return sendNoContent(event, 200);
|
||||
});
|
Loading…
Reference in New Issue
Block a user