Advertisement
Guest User

Untitled

a guest
Dec 18th, 2017
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. const test = (request, response) => {
  2.   const body = JSON.parse(request.body);
  3.   console.log(body);
  4.  
  5.   response.sendStatus(200);
  6.  
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement