feat: fix rss
This commit is contained in:
parent
0c74bb4250
commit
b4e375c010
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue