setting up more for idk, rust servers i guess

This commit is contained in:
Chris Cochrun 2023-05-26 16:36:56 -05:00
parent 09f3ea62f2
commit d8740cdb73
4 changed files with 35 additions and 4 deletions

View file

@ -67,9 +67,9 @@
/* console.log(JSON.stringify(data)); */
fetch("http://localhost:4242/health-form", {
method: "POST",
headers: {
"Content-Type": "multipart/form-data",
},
/* headers: {
* "Content-Type": "multipart/form-data",
* }, */
body: data
}).then((res) => {
console.log(res);