log 삭제
This commit is contained in:
@@ -44,7 +44,7 @@ exports.login = async (req, res) => {
|
||||
role: user.role,
|
||||
name: user.name
|
||||
},
|
||||
process.env.JWT_SECRET || 'your-secret-key',
|
||||
process.env.JWT_SECRET,
|
||||
{ expiresIn: process.env.JWT_EXPIRES_IN || '1d' }
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user