Skip to content

Commit

Permalink
fix(route): 哔嘀影视种子文件地址 (#7495)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethan Shen authored May 12, 2021
1 parent e5d872e commit b3ff9a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/routes/bde4/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

1 comment on commit b3ff9a7

@vercel
Copy link

@vercel vercel bot commented on b3ff9a7 May 12, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.