diff --git a/web/src/api.ts b/web/src/api.ts index 9250aad..a064904 100644 --- a/web/src/api.ts +++ b/web/src/api.ts @@ -93,8 +93,6 @@ export const api = { deleteTimer: (timerId: string) => request(`/timers/${timerId}`, { method: 'DELETE' }), - listWorkers: () => - request<{ name: string; cpu: string; memory: string; gpu: string }[]>('/workers'), getKb: () => request<{ content: string }>('/kb'),