은승우

Update app.js

Showing 1 changed file with 1 additions and 1 deletions
...@@ -87,7 +87,7 @@ function handleEvent(event) { ...@@ -87,7 +87,7 @@ function handleEvent(event) {
87 87
88 let subscriptionKey = process.env['COMPUTER_VISION_SUBSCRIPTION_KEY']; 88 let subscriptionKey = process.env['COMPUTER_VISION_SUBSCRIPTION_KEY'];
89 let endpoint = process.env['COMPUTER_VISION_ENDPOINT']; 89 let endpoint = process.env['COMPUTER_VISION_ENDPOINT'];
90 - console.log(endpoint); 90 + console.log("?");
91 var uriBase = endpoint + 'vision/v2.1/ocr'; 91 var uriBase = endpoint + 'vision/v2.1/ocr';
92 var options = { 92 var options = {
93 uri: uriBase, 93 uri: uriBase,
......