mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-24 21:34:24 +00:00
5 lines
93 B
TypeScript
5 lines
93 B
TypeScript
export default defineEventHandler(async (event) => {
|
|
return {
|
|
hello: "hello",
|
|
};
|
|
});
|