diff --git a/src/App.js b/src/App.js index b335d06..535a6f8 100644 --- a/src/App.js +++ b/src/App.js @@ -12,6 +12,7 @@ function App() { try { let res = await fetch("https://httpbin.org/post", { method: "POST", + headers:{'Content-Type':'application/json'}, body: JSON.stringify({ name: name, email: email,