diff --git a/frontend/src/hooks/useChatStreaming.ts b/frontend/src/hooks/useChatStreaming.ts index df8f4aa6..6a7202e8 100644 --- a/frontend/src/hooks/useChatStreaming.ts +++ b/frontend/src/hooks/useChatStreaming.ts @@ -16,7 +16,7 @@ interface SendMessageOptions { } export function useChatStreaming({ - endpoint = "/api/chat", + endpoint = "/api/langflow", onComplete, onError, }: UseChatStreamingOptions = {}) {