From 5b0ef1c6c46daa610deb2b43385ea27d0162becd Mon Sep 17 00:00:00 2001 From: Tony Date: Thu, 25 Aug 2022 15:15:47 -0300 Subject: [PATCH] fix(route): bangumi.online (#10613) --- lib/v2/bangumi/online.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/v2/bangumi/online.js b/lib/v2/bangumi/online.js index 658e2b603..a07e4e738 100644 --- a/lib/v2/bangumi/online.js +++ b/lib/v2/bangumi/online.js @@ -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);