From 61dc1fd867ec5630ac97fd119c060ed72310d1b2 Mon Sep 17 00:00:00 2001 From: MCBBC Date: Tue, 27 Jun 2023 20:19:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- routes/lol.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/lol.js b/routes/lol.js index 42f8ebe..6ca85a0 100644 --- a/routes/lol.js +++ b/routes/lol.js @@ -83,7 +83,7 @@ lolRouter.get("/lol", async (ctx) => { }); // 英雄联盟更新公告 - 获取最新数据 -lolRouter.get("/baidu/new", async (ctx) => { +lolRouter.get("/lol/new", async (ctx) => { console.log("获取英雄联盟更新公告 - 最新数据"); try { // 从服务器拉取最新数据