fix creating posts
This commit is contained in:
parent
9d0f4422eb
commit
0bd54c23f9
@ -31,7 +31,7 @@ export default function Home(): ReactElement {
|
|||||||
{
|
{
|
||||||
method: "POST",
|
method: "POST",
|
||||||
headers: {
|
headers: {
|
||||||
"Content-Type": "application/json",
|
"Content-Type": "text/plain",
|
||||||
},
|
},
|
||||||
body: value,
|
body: value,
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user