Advertisement
CLooker

Untitled

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