진재영

main.js added

......@@ -130,8 +130,3 @@ app.listen(3000, function() {
});
//로그인 로그아웃 여부
const authInfo = (req)=>{
if(req.user) return `${user.name} | <a href="/logout">로그아웃</a>`;
return `<a href="/login">login</a>`;
}
\ No newline at end of file
......