diff --git a/landing-react/src/components/HeroSalesChat.tsx b/landing-react/src/components/HeroSalesChat.tsx index 44579c7..5b258a5 100644 --- a/landing-react/src/components/HeroSalesChat.tsx +++ b/landing-react/src/components/HeroSalesChat.tsx @@ -3,7 +3,7 @@ import { Bot, Circle, Send, AlertCircle } from 'lucide-react' import { useChatSession } from '../hooks/useChatSession' // ─── Webhook-Endpunkt ──────────────────────────────────────────────────────── -const WEBHOOK_URL = 'https://n8n.zq0.de/webhook-test/chat-echo' +const WEBHOOK_URL = 'https://n8n.zq0.de/webhook/chat-echo' // ──────────────────────────────────────────────────────────────────────────── interface Message {