Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. app.get('/index/:contentID', (req, res) => {
  2.     const contentID = req.params.contentID
  3.     res.send(contentID)
  4. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement