김진우

index2 오류 수정

......@@ -434,7 +434,7 @@ router.get('/', function(req,res,next){
console.log(totalArray)
res.render('index',{
title: "니툰내툰",
list: allWebtoons,
list: allWebtoons2,
popularList : totalArray,
currentArray: totalArray[2]
});
......