mirror of
https://github.com/hpware/news-analyze.git
synced 2025-07-18 00:19:05 +00:00
3 lines
84 B
TypeScript
3 lines
84 B
TypeScript
export default defineEventHandler(async (event) => {
|
|
return "logging out...";
|
|
});
|