Skip to content

Commit

Permalink
fix(mihoyo/bbs): 修复 timeline API URL (DIYgod#17806)
Browse files Browse the repository at this point in the history
- 更新 timeline API URL 以匹配最新的 API 路径
  • Loading branch information
CaoMeiYouRen authored Dec 5, 2024
1 parent 166e69b commit db98160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/routes/mihoyo/bbs/timeline.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ async function handler(ctx) {
page_size,
};
const link = 'https://www.miyoushe.com/ys/timeline';
const url = 'https://bbs-api.miyoushe.com/post/wapi/timelines';
const url = 'https://bbs-api.miyoushe.com/painter/wapi/timeline/list';
const response = await got({
method: 'get',
url,
Expand Down

0 comments on commit db98160

Please sign in to comment.