fix creating posts

This commit is contained in:
Lee 2024-04-25 18:53:40 +01:00
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,
},