export default defineEventHandler(async (event) => { return { hello: 'world' } })