1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-02-23 17:10:07 +00:00
Nuxt/playground/server/api/test.ts

4 lines
63 B
TypeScript
Raw Normal View History

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