mirror of
https://github.com/fmhy/edit.git
synced 2026-02-19 09:41:17 +11:00
Add feedback API
This commit is contained in:
parent
bf504e0b26
commit
b9bebb6c84
13 changed files with 2051 additions and 110 deletions
3
.vitepress/routes/test.ts
Normal file
3
.vitepress/routes/test.ts
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
export default eventHandler(() => {
|
||||
return { nitro: "works" };
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue