fix(agefans): new domain agemys.com (#10019)

This commit is contained in:
KuroNeko 2022-06-23 11:26:25 +08:00 committed by GitHub
parent a1ffcdd630
commit dfcfa1f694
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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',