sckim

make branch

Showing 1 changed file with 1 additions and 1 deletions
...@@ -148,7 +148,7 @@ function handleEvent(event) { ...@@ -148,7 +148,7 @@ function handleEvent(event) {
148 }); 148 });
149 149
150 }); 150 });
151 - } 151 +}
152 152
153 app.listen(80, function () { 153 app.listen(80, function () {
154 console.log('Linebot listening on port 80!'); 154 console.log('Linebot listening on port 80!');
......