mirror of
https://github.com/p-stream/simple-proxy.git
synced 2026-01-11 20:10:35 +00:00
3 lines
73 B
TypeScript
3 lines
73 B
TypeScript
export default eventHandler(() => {
|
|
return { nitro: 'Is Awesome!' }
|
|
})
|