From ecfefda0fe97b7b26c05c6b3bc491c137efb9e42 Mon Sep 17 00:00:00 2001 From: Yulong Ming Date: Mon, 13 Jul 2026 22:35:39 +0800 Subject: [PATCH] fix(route/zaobao): update finance route path (#22705) --- lib/routes/zaobao/realtime.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/routes/zaobao/realtime.ts b/lib/routes/zaobao/realtime.ts index 1ce55e27f..576082a4e 100644 --- a/lib/routes/zaobao/realtime.ts +++ b/lib/routes/zaobao/realtime.ts @@ -37,9 +37,7 @@ async function handler(ctx) { case 'zfinance': name = '财经'; - // this is for HK version; for SG version, it's redirected to - // /realtime/finance - sectionLink = '/finance/realtime'; + sectionLink = '/realtime/finance'; break;