은승우

Update app.js

Showing 1 changed file with 1 additions and 1 deletions
......@@ -102,7 +102,7 @@ function handleEvent(event) {
},
body: fs.readFileSync(event.message.image)
};
console.log(body);
console.log("1");
request.post(options, function (error, response, body) {
var data=JSON.stringify(body);
var text='';
......