diff --git a/en/searchurl/bingAI/js/bingChatHub.js b/en/searchurl/bingAI/js/bingChatHub.js index 1c40007e..2f62fbf9 100644 --- a/en/searchurl/bingAI/js/bingChatHub.js +++ b/en/searchurl/bingAI/js/bingChatHub.js @@ -439,7 +439,7 @@ async function createChat(theChatType) { } try { await copyCookies(magicUrl); - let res = await fetch(URLTrue(magicUrl, 'Create'),{credentials: 'include'}); + let res = await fetch(URLTrue(magicUrl, 'turing/conversation/create'),{credentials: 'include'}); let resjson = await res.json(); if (!resjson.result) { console.warn(resjson);