mirror of
https://github.com/imsyy/DailyHotApi.git
synced 2026-01-12 05:04:56 +08:00
修改错误
This commit is contained in:
@@ -83,7 +83,7 @@ lolRouter.get("/lol", async (ctx) => {
|
||||
});
|
||||
|
||||
// 英雄联盟更新公告 - 获取最新数据
|
||||
lolRouter.get("/baidu/new", async (ctx) => {
|
||||
lolRouter.get("/lol/new", async (ctx) => {
|
||||
console.log("获取英雄联盟更新公告 - 最新数据");
|
||||
try {
|
||||
// 从服务器拉取最新数据
|
||||
|
||||
Reference in New Issue
Block a user