1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-03-01 22:13:28 +00:00
Nuxt/playground/server/api/test.ts
2023-02-09 07:02:07 +01:00

4 lines
63 B
TypeScript

export default eventHandler((_event) => {
return 'Hello!'
})