fix: use relative API URL in CycleActions (nginx proxy compat)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
OpenSquared
2026-06-25 18:12:01 +02:00
parent 9afc01c7f5
commit e66d3ddb46

View File

@@ -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