Skip to content

Instantly share code, notes, and snippets.

@LarryLuTW
Created November 7, 2017 05:28
Show Gist options
  • Save LarryLuTW/9d189b35968177c8b60d420f249d3d29 to your computer and use it in GitHub Desktop.
Save LarryLuTW/9d189b35968177c8b60d420f249d3d29 to your computer and use it in GitHub Desktop.
syntax-highlight
app.post('/api/item', (req, res) => {
console.log(req.body)
res.send(`${req.body.id} in body`)
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment