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;