diff --git a/utils/SydneyAIClient.js b/utils/SydneyAIClient.js index 12aae5c..9435a54 100644 --- a/utils/SydneyAIClient.js +++ b/utils/SydneyAIClient.js @@ -59,7 +59,7 @@ export default class SydneyAIClient { constructor (opts) { this.opts = { ...opts, - host: opts.host || Config.sydneyReverseProxy || 'https://www.bing.com' + host: opts.host || Config.sydneyReverseProxy || 'https://edgeservices.bing.com/edgesvc' } // if (opts.proxy && !Config.sydneyForceUseReverse) { // this.opts.host = 'https://www.bing.com'