mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-24 00:01:03 +08:00
4 lines
122 B
TypeScript
4 lines
122 B
TypeScript
export default defineEventHandler((event) => {
|
|
return sendRedirect(event, "/datainfo/linetodayjsondata.json", 302);
|
|
});
|