나혜원

update

Showing 1 changed file with 1 additions and 1 deletions
......@@ -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);
......