add options api
This commit is contained in:
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);
|
||||
});
|
Reference in New Issue
Block a user