feat: fix rss

This commit is contained in:
Nevo David 2025-11-26 16:29:35 +07:00
parent 0c74bb4250
commit b4e375c010
1 changed files with 1 additions and 1 deletions

View File

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