mirror of
https://github.com/ourongxing/newsnow.git
synced 2025-01-19 11:19:14 +08:00
6 lines
80 B
TypeScript
6 lines
80 B
TypeScript
export default defineEventHandler(() => {
|
|
return {
|
|
hello: "world",
|
|
}
|
|
})
|