Skip to content

Instantly share code, notes, and snippets.

@jcdalton2201
Last active August 29, 2015 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jcdalton2201/e0eebc3d15866b0b7039 to your computer and use it in GitHub Desktop.
Save jcdalton2201/e0eebc3d15866b0b7039 to your computer and use it in GitHub Desktop.
save info
var saveInventory = function(req, res) {
var body = req.body
console.log(body);
}
server.post('/inventory/:id', saveInventory);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment