은승우

1werwr

Showing 1 changed file with 1 additions and 1 deletions
...@@ -110,6 +110,6 @@ function handleEvent(event) { ...@@ -110,6 +110,6 @@ function handleEvent(event) {
110 }); 110 });
111 } 111 }
112 112
113 -app.listen(3000, function () { 113 +app.listen(80, function () {
114 console.log('Linebot listening on port 3000!'); 114 console.log('Linebot listening on port 3000!');
115 }); 115 });
......