From 84f19b348b78a7ce574110088f5f550c41090a48 Mon Sep 17 00:00:00 2001 From: shaw Date: Sun, 21 Dec 2025 22:29:36 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=80=82=E9=85=8Dcc=E9=81=A5=E6=B5=8B?= =?UTF-8?q?=E7=AB=AF=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/routes/api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/api.js b/src/routes/api.js index d07442ad..c38c4d6f 100644 --- a/src/routes/api.js +++ b/src/routes/api.js @@ -1589,7 +1589,7 @@ router.post('/v1/messages/count_tokens', authenticateApiKey, async (req, res) => }) // Claude Code 客户端遥测端点 - 返回成功响应避免 404 日志 -router.post('/event_logging/batch', (req, res) => { +router.post('/api/event_logging/batch', (req, res) => { res.status(200).json({ success: true }) })