app.get(function(req, res) { return User.findOne(). // The `email` getter will run here then(doc => res.json(doc)). catch(err => res.status(500).json({ ...
確定! 回上一頁