Skip to content

Commit d892165

Browse files
authored
fix(copilot): default SIM_AGENT_API_URL to www.copilot.sim.ai to avoid redirect path drop (#4700)
1 parent 896eee3 commit d892165

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/sim/lib/copilot/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { env } from '@/lib/core/config/env'
22

3-
export const SIM_AGENT_API_URL_DEFAULT = 'https://copilot.sim.ai'
3+
export const SIM_AGENT_API_URL_DEFAULT = 'https://www.copilot.sim.ai'
44
export const SIM_AGENT_VERSION = '3.0.0'
55

66
/** Resolved copilot backend URL — reads from env with fallback to default. */

0 commit comments

Comments
 (0)