From af0261abffe6f14b8f092ebb243a870e2b2631c2 Mon Sep 17 00:00:00 2001 From: MisteryMonster <40703811+MisteryMonster@users.noreply.github.com> Date: Sat, 9 May 2020 12:13:25 +0800 Subject: [PATCH] fix: ap-news (#4698) --- lib/routes/apnews/topics.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/routes/apnews/topics.js b/lib/routes/apnews/topics.js index 66a3c12b2..9a3a5d158 100644 --- a/lib/routes/apnews/topics.js +++ b/lib/routes/apnews/topics.js @@ -7,7 +7,7 @@ module.exports = async (ctx) => { const response = await got({ method: 'get', - url: `https://www.apnews.com/${topic}`, + url: `https://apnews.com/${topic}`, }); const data = response.data;