diff --git a/frontend/src/pages/CycleActions.tsx b/frontend/src/pages/CycleActions.tsx index aae1bc2..ed7a2df 100644 --- a/frontend/src/pages/CycleActions.tsx +++ b/frontend/src/pages/CycleActions.tsx @@ -1,7 +1,7 @@ import { useState, useEffect } from 'react' import { Play, CheckSquare, Clock, AlertCircle, ChevronDown, ChevronUp, Loader2 } from 'lucide-react' -const API = 'http://localhost:8000' +const API = '' interface ActionDef { id: string