fix(route): 哔嘀影视种子文件地址 (#7495)

This commit is contained in:
Ethan Shen 2021-05-12 12:27:08 +08:00 committed by GitHub
parent e5d872e584
commit b3ff9a7fbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ module.exports = async (ctx) => {
const year = ctx.params.year || 'all';
const order = ctx.params.order || '0';
const rootUrl = 'https://bde4.cc';
const rootUrl = 'https://bde4.icu';
const currentUrl = `${rootUrl}/s/${caty}?${type === 'all' ? '' : '&type=' + type}${area === 'all' ? '' : '&area=' + area}${year === 'all' ? '' : '&year=' + year}&order=${order}`;
const response = await got({
method: 'get',