6 lines
80 B
TypeScript
6 lines
80 B
TypeScript
export default defineEventHandler(() => {
|
|
return {
|
|
hello: 'world',
|
|
}
|
|
})
|