fix: 修复listCacheKey函数中的URL路径错误
This commit is contained in:
@@ -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 },
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user