은승우

Update app.js

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