은승우

Update app.js

Showing 1 changed file with 1 additions and 0 deletions
...@@ -102,6 +102,7 @@ async function handleEvent(event) { ...@@ -102,6 +102,7 @@ async function handleEvent(event) {
102 }, 102 },
103 body: event.message.image 103 body: event.message.image
104 }; 104 };
105 + console.log(options);
105 await request.post(options, function (error, response, body) { 106 await request.post(options, function (error, response, body) {
106 var data=JSON.stringify(body); 107 var data=JSON.stringify(body);
107 var text=''; 108 var text='';
......