Posts by EricOak • 13 points
1 post
-
1
votes1
answer86
viewsQ: How do I return a req.body.variable in a Express Rest api in a POST method?
When I try to return one req.body.qualquerVariavel acquired through a POST method, the return is undefined, and if I put the API to show on the console, it shows the value correctly, I wanted to…