From b4e375c0101384db382d03c0fbd550a9792a6362 Mon Sep 17 00:00:00 2001 From: Nevo David Date: Wed, 26 Nov 2025 16:29:35 +0700 Subject: [PATCH] feat: fix rss --- apps/frontend/src/components/autopost/autopost.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/frontend/src/components/autopost/autopost.tsx b/apps/frontend/src/components/autopost/autopost.tsx index 6792bc95..bfda9118 100644 --- a/apps/frontend/src/components/autopost/autopost.tsx +++ b/apps/frontend/src/components/autopost/autopost.tsx @@ -271,7 +271,7 @@ export const AddOrEditWebhook: FC<{ await fetch(`/autopost/send?url=${encodeURIComponent(url)}`, { method: 'POST', headers: { - contentType: 'application/json', + 'Content-Type': 'application/json', }, }) ).json();