function auth(req, res, next) { try { const token = req.cookies.token; console.log(token) // it will send to me undefined if (!token) return ...
確定! 回上一頁