fetch('',{ method:'POST', headers:{ 'content-type': 'application/json' }, body:JSON.stringify(users) }) .then(res=> res.json()) .then(data => console.log(data))
app.post(url,function(res,response){ res.sendFile(~); });