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:
@@ -1,7 +1,7 @@
|
|||||||
import { useState, useEffect } from 'react'
|
import { useState, useEffect } from 'react'
|
||||||
import { Play, CheckSquare, Clock, AlertCircle, ChevronDown, ChevronUp, Loader2 } from 'lucide-react'
|
import { Play, CheckSquare, Clock, AlertCircle, ChevronDown, ChevronUp, Loader2 } from 'lucide-react'
|
||||||
|
|
||||||
const API = 'http://localhost:8000'
|
const API = ''
|
||||||
|
|
||||||
interface ActionDef {
|
interface ActionDef {
|
||||||
id: string
|
id: string
|
||||||
|
|||||||
Reference in New Issue
Block a user