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();