mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 15:51:01 +08:00
6 lines
93 B
TypeScript
6 lines
93 B
TypeScript
export default defineEventHandler(async (event) => {
|
|
return {
|
|
hello: "hello",
|
|
};
|
|
});
|