From 8e769a99e9c32af885d2029a18f8f9eb0ac04cc5 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Wed, 2 Jul 2025 18:49:16 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8DlistCacheKey=E5=87=BD?= =?UTF-8?q?=E6=95=B0=E4=B8=AD=E7=9A=84URL=E8=B7=AF=E5=BE=84=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/monitor/cache.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/monitor/cache.ts b/src/api/monitor/cache.ts index 37ef06ed..7019498a 100644 --- a/src/api/monitor/cache.ts +++ b/src/api/monitor/cache.ts @@ -29,7 +29,7 @@ export function listCacheName() { */ export function listCacheKey(cacheName: string) { return request({ - url: `/monitor/cache//keys`, + url: `/monitor/cache/keys`, method: 'GET', params: { cacheName }, });