export default defineEventHandler(() => { return { status: 'healthy', timestamp: new Date().toISOString() } })