Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -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 | }); | ... | ... |
-
Please register or login to post a comment