fix: ap-news (#4698)

This commit is contained in:
MisteryMonster 2020-05-09 12:13:25 +08:00 committed by GitHub
parent 9811992073
commit af0261abff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;