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