mirror of
https://github.com/fmhy/edit.git
synced 2026-01-17 17:31:18 +11:00
3 lines
67 B
TypeScript
3 lines
67 B
TypeScript
export default eventHandler(() => {
|
|
return { nitro: 'works' }
|
|
})
|