은승우

Update app.js

Showing 1 changed file with 1 additions and 0 deletions
......@@ -72,6 +72,7 @@ app.post('/webhook', line.middleware(config), (req, res) => {
});
// event handler
function handleEvent(event) {
console.log(event.type);
console.log(event.message);
......