Azure-Samples/cognitive-services-REST-api-samples

endpoint is changed from "api.cognitive.microsoft.com/bing to "api.bing.microsoft.com

Opened this issue · 0 comments

endpoint is changed from

var endpoint = "https://api.cognitive.microsoft.com/bing/v7.0/search";

to
var endpoint = "https://api.bing.microsoft.com/v7.0/search";