From d774d5097d5b7131d385e04fd28a157f020b2f31 Mon Sep 17 00:00:00 2001 From: wm Date: Tue, 17 Mar 2026 14:04:25 +0100 Subject: [PATCH] fix: Chat-Webhook auf Produktions-URL umgestellt Co-Authored-By: Claude Sonnet 4.6 --- landing-react/src/components/HeroSalesChat.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {