app.get('/:id', authenticateUser, get, function (req, res) {
  res.status(200).send(req.commuter)
})