Tell us what’s happening:
i already got the respond as requested. but i still not
this is my answer
app.post(“/name”, (req, res) => {
const { first, last } = req.body;
res.json({ name: ${first} ${last} });
});
###Your project link(s)
solution: removed by moderator
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36
Challenge Information:
Basic Node and Express - Get Data from POST Requests
Teller
2
Welcome to the forum @pangastuti.mega
Here is a post you may find helpful.
Happy coding