sckim

make branch

Showing 1 changed file with 2 additions and 2 deletions
......@@ -147,8 +147,8 @@ function handleEvent(event) {
});
});
}
});
}
app.listen(80, function () {
console.log('Linebot listening on port 80!');
......