김진우

index2 오류 수정

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