fix(route): bangumi.online (#10613)
This commit is contained in:
parent
37a44653c9
commit
5b0ef1c6c4
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue