mirror of
https://github.com/movie-web/simple-proxy.git
synced 2025-09-13 05:33:26 +00:00
4 lines
73 B
TypeScript
4 lines
73 B
TypeScript
export default eventHandler(() => {
|
|
return { nitro: 'Is Awesome!' }
|
|
})
|