manual update password router.put('/password', auth, async (req,res,next) => { const {error} = validatePassword(req.body); if(error) return ...
確定! 回上一頁