mirror of
https://github.com/fmhy/edit.git
synced 2026-02-19 01:31:41 +11:00
add options api
This commit is contained in:
parent
693c363f73
commit
704f0bd729
1 changed files with 3 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue