diff --git a/lib/routes/tvb/news.ts b/lib/routes/tvb/news.ts index 07195ba0c..27213475c 100644 --- a/lib/routes/tvb/news.ts +++ b/lib/routes/tvb/news.ts @@ -96,6 +96,7 @@ async function handler(ctx) { lang: language, page: 1, limit: ctx.req.query('limit') ?? 50, + country: 'HK', }, });