mirror of
https://github.com/fmhy/edit.git
synced 2025-07-29 07:12:15 +10:00
3 lines
67 B
TypeScript
3 lines
67 B
TypeScript
export default eventHandler(() => {
|
|
return { nitro: 'works' }
|
|
})
|