fix: 修复listCacheKey函数中的URL路径错误
This commit is contained in:
@@ -29,7 +29,7 @@ export function listCacheName() {
|
|||||||
*/
|
*/
|
||||||
export function listCacheKey(cacheName: string) {
|
export function listCacheKey(cacheName: string) {
|
||||||
return request({
|
return request({
|
||||||
url: `/monitor/cache//keys`,
|
url: `/monitor/cache/keys`,
|
||||||
method: 'GET',
|
method: 'GET',
|
||||||
params: { cacheName },
|
params: { cacheName },
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user