Replace Zapier webhook with feedback.litellm.ai endpoint (#21705)

This commit is contained in:
milan-berri 2026-02-21 00:17:23 +02:00 committed by GitHub
parent d5fa49fbb7
commit 33d49e92cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -101,7 +101,7 @@ export function SurveyModal({ isOpen, onClose, onComplete }: SurveyModalProps) {
return reasonLabels[r] || r;
});
await fetch("https://hooks.zapier.com/hooks/catch/16331268/ugms6w0/", {
await fetch("https://feedback.litellm.ai/", {
method: "POST",
mode: "no-cors",
headers: {