mirror of
https://github.com/lordmathis/llamactl.git
synced 2025-11-06 17:14:28 +00:00
Replace SystemInfoDialog with BackendInfoDialog and update related references
This commit is contained in:
@@ -156,5 +156,5 @@ export const instancesApi = {
|
||||
},
|
||||
|
||||
// GET /instances/{name}/proxy/health
|
||||
getHealth: (name: string) => apiCall<any>(`/instances/${name}/proxy/health`),
|
||||
getHealth: (name: string) => apiCall<Record<string, unknown>>(`/instances/${name}/proxy/health`),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user