9 lines
174 B
TypeScript
Raw Normal View History

import request from '@/config/axios'
/**
* redis
*/
export const getCacheApi = () => {
return request.get({ url: '/infra/redis/get-monitor-info' })
}