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!'
})