fix(route): bangumi.online (#10613)

This commit is contained in:
Tony 2022-08-25 15:15:47 -03:00 committed by GitHub
parent 37a44653c9
commit 5b0ef1c6c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ const { art } = require('@/utils/render');
const path = require('path');
module.exports = async (ctx) => {
const url = 'https://bangumi.online/api/home';
const url = 'https://bangumi.online/api/serve/home';
const response = await got.post(url);