은승우

Update app.js

Showing 1 changed file with 1 additions and 1 deletions
......@@ -182,7 +182,7 @@ function handleEvent(event) {
});
}
app.listen(3000, function () {
app.listen(443, function () {
console.log('Linebot listening on port 3000!');
});
app.get('/',(req,res)=>{
......