diff --git a/middlewares/auth.js b/middlewares/auth.js index 10118d7670cc4e393aa23600d4d659668bd8c606..52eb397476e16fa8c98e7d2e29a15973d76215bc 100644 --- a/middlewares/auth.js +++ b/middlewares/auth.js @@ -1,5 +1,4 @@ // middlewares/auth.js -exports.isLoggedIn = (req, res, next) => { // 濡쒓렇�몃맂 �ъ슜�먮쭔 �묎렐 �덉슜 exports.isLoggedIn = (req, res, next) => { // 濡쒓렇�몃맂 �ъ슜�먮쭔 �묎렐 �덉슜 if (req.isAuthenticated()) { return next();