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