mirror of
https://github.com/hpware/news-analyze.git
synced 2025-07-20 12:52:13 +08:00
4 lines
84 B
TypeScript
4 lines
84 B
TypeScript
export default defineEventHandler(async (event) => {
|
|
return "logging out...";
|
|
});
|