은승우

Update app.js

Showing 1 changed file with 6 additions and 2 deletions
......@@ -106,7 +106,7 @@ async function handleEvent(event) {
app.get('/photo',(req,res)=>{
res.send(body);
})
/*
request.post(options, function (error, response, body) {
var data=body;
console.log(data);
......@@ -140,7 +140,11 @@ async function handleEvent(event) {
}
client.replyMessage(event.replyToken,result).then(resolve).catch(reject);
});
});
});*/
});
}
);
......