sudo-proxy/routes/index.ts

4 lines
73 B
TypeScript

export default eventHandler(() => {
return { nitro: 'Is Awesome!' }
})