fix: Chat-Webhook auf Produktions-URL umgestellt

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
wm
2026-03-17 14:04:25 +01:00
parent 576becceff
commit d774d5097d

View File

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