fix: ap-news (#4698)
This commit is contained in:
parent
9811992073
commit
af0261abff
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue