Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // server side
- // this is where you'd receive that request
- app.post("/api/friends", function(req, res) {
- // you can access what was sent on the req object
- // try console.logging req.body to see what was sent
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement