From 01c0e1c0019a4802c5be7aafc5d77a55d1f4d281 Mon Sep 17 00:00:00 2001 From: pseudoyu Date: Wed, 23 Oct 2024 18:22:30 +0800 Subject: [PATCH] chore: remove apnews topic popular category --- lib/routes/apnews/topics.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/routes/apnews/topics.ts b/lib/routes/apnews/topics.ts index 66a31bd3a..bd89c1ba3 100644 --- a/lib/routes/apnews/topics.ts +++ b/lib/routes/apnews/topics.ts @@ -6,7 +6,7 @@ const HOME_PAGE = 'https://apnews.com'; export const route: Route = { path: ['/topics/:topic?', '/nav/:nav{.*}?'], - categories: ['traditional-media', 'popular'], + categories: ['traditional-media'], example: '/apnews/topics/apf-topnews', view: ViewType.Articles, parameters: {