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