Toggle navigation
Toggle navigation
This project
Loading...
Sign in
은승우
/
LINEBOT
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-12-05 20:47:17 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
fcf1168421e9221f28c915b49b85092fca1e1c70
fcf11684
1 parent
e38a2e13
update
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app.js
app.js
View file @
fcf1168
...
...
@@ -72,7 +72,7 @@ for(var i = 0; i < data_list.length; i++){
for
(
var
i
=
0
;
i
<
concert_list
.
length
;
i
++
){
console
.
log
(
i
+
1
,
'. '
,
concert_list
[
i
],
'\n'
);
}
//콘서트 목록
//콘서트 목록
만들기
app
.
post
(
'/webhook'
,
line
.
middleware
(
config
),
(
req
,
res
)
=>
{
console
.
log
(
res
.
statusCode
);
...
...
Please
register
or
login
to post a comment