은승우

Update app.js

Showing 1 changed file with 6 additions and 2 deletions
...@@ -106,7 +106,7 @@ async function handleEvent(event) { ...@@ -106,7 +106,7 @@ async function handleEvent(event) {
106 app.get('/photo',(req,res)=>{ 106 app.get('/photo',(req,res)=>{
107 res.send(body); 107 res.send(body);
108 }) 108 })
109 - 109 + /*
110 request.post(options, function (error, response, body) { 110 request.post(options, function (error, response, body) {
111 var data=body; 111 var data=body;
112 console.log(data); 112 console.log(data);
...@@ -140,7 +140,11 @@ async function handleEvent(event) { ...@@ -140,7 +140,11 @@ async function handleEvent(event) {
140 } 140 }
141 client.replyMessage(event.replyToken,result).then(resolve).catch(reject); 141 client.replyMessage(event.replyToken,result).then(resolve).catch(reject);
142 }); 142 });
143 - }); 143 + });*/
144 +
145 +
146 +
147 +
144 }); 148 });
145 } 149 }
146 ); 150 );
......