fix(agefans): new domain agemys.com (#10019)
This commit is contained in:
parent
a1ffcdd630
commit
dfcfa1f694
|
|
@ -2,7 +2,7 @@ const got = require('@/utils/got');
|
|||
const cheerio = require('cheerio');
|
||||
|
||||
module.exports = async (ctx) => {
|
||||
const rootUrl = 'https://www.agefans.cc';
|
||||
const rootUrl = 'https://www.agemys.com';
|
||||
const currentUrl = `${rootUrl}/update`;
|
||||
const response = await got({
|
||||
method: 'get',
|
||||
|
|
|
|||
Loading…
Reference in New Issue