fix: Chat-Webhook auf Produktions-URL umgestellt
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user