修改错误

This commit is contained in:
MCBBC 2023-06-27 20:19:49 +08:00
parent 5a3cc67955
commit 61dc1fd867

View File

@ -83,7 +83,7 @@ lolRouter.get("/lol", async (ctx) => {
}); });
// 英雄联盟更新公告 - 获取最新数据 // 英雄联盟更新公告 - 获取最新数据
lolRouter.get("/baidu/new", async (ctx) => { lolRouter.get("/lol/new", async (ctx) => {
console.log("获取英雄联盟更新公告 - 最新数据"); console.log("获取英雄联盟更新公告 - 最新数据");
try { try {
// 从服务器拉取最新数据 // 从服务器拉取最新数据