Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김진우
/
YTMT
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
김진우
2019-11-30 03:53:51 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e7a97f56558953becedbf7dca4c2f2f373921b45
e7a97f56
1 parent
cd3162a1
index2 오류 수정
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
routes/index2.js
routes/index2.js
View file @
e7a97f5
...
...
@@ -434,7 +434,7 @@ router.get('/', function(req,res,next){
console
.
log
(
totalArray
)
res
.
render
(
'index'
,{
title
:
"니툰내툰"
,
list
:
allWebtoons
,
list
:
allWebtoons
2
,
popularList
:
totalArray
,
currentArray
:
totalArray
[
2
]
});
...
...
Please
register
or
login
to post a comment