8 lines
145 B
TypeScript
8 lines
145 B
TypeScript
export default defineEventHandler(() => {
|
|
return {
|
|
status: 'ok',
|
|
name: 'yalarba-nuxt',
|
|
timestamp: new Date().toISOString(),
|
|
}
|
|
})
|