From e66d3ddb46f4f450a58ce74651f73d02e6753fda Mon Sep 17 00:00:00 2001 From: OpenSquared Date: Thu, 25 Jun 2026 18:12:01 +0200 Subject: [PATCH] fix: use relative API URL in CycleActions (nginx proxy compat) Co-Authored-By: Claude Sonnet 4.6 --- frontend/src/pages/CycleActions.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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