2 Commits

Author SHA1 Message Date
7087060393 Merge remote-tracking branch 'origin/master'
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 2m13s
Publish Docker Image / docker (ubuntu-latest) (push) Successful in 1m16s
2024-04-25 18:53:45 +01:00
0bd54c23f9 fix creating posts 2024-04-25 18:53:40 +01:00

View File

@ -31,7 +31,7 @@ export default function Home(): ReactElement {
{
method: "POST",
headers: {
"Content-Type": "application/json",
"Content-Type": "text/plain",
},
body: value,
},