router.get('/:id', authenticateUser, findById, function (req, res) {
  res.status(200).send(req.journey)
})