mirror of
https://github.com/nuxt/nuxt.git
synced 2025-03-04 04:05:10 +00:00
4 lines
86 B
TypeScript
4 lines
86 B
TypeScript
export default defineEventHandler(async () => {
|
|
return await $fetch<string>('/')
|
|
})
|