4267e81b by John O'nel Bulos

35129_compliance_chatbotplus

1 parent 47196b21
Showing 1 changed file with 5 additions and 5 deletions
...@@ -386,7 +386,7 @@ async function authenticate(params) { ...@@ -386,7 +386,7 @@ async function authenticate(params) {
386 "Content-Type": "application/json" 386 "Content-Type": "application/json"
387 }, 387 },
388 body: JSON.stringify(params), 388 body: JSON.stringify(params),
389 referrer: "https://chatgpt.ai-pro.org" 389 referrer: "https://chatbotplus.ai-pro.org"
390 }); 390 });
391 391
392 return await data.json(); 392 return await data.json();
...@@ -400,7 +400,7 @@ async function getLimitedUsage(params) { ...@@ -400,7 +400,7 @@ async function getLimitedUsage(params) {
400 "Content-Type": "application/json" 400 "Content-Type": "application/json"
401 }, 401 },
402 body: JSON.stringify(params), 402 body: JSON.stringify(params),
403 referrer: "https://chatgpt.ai-pro.org" 403 referrer: "https://chatbotplus.ai-pro.org"
404 }); 404 });
405 405
406 return await data.json(); 406 return await data.json();
...@@ -413,7 +413,7 @@ async function getUsage(params) { ...@@ -413,7 +413,7 @@ async function getUsage(params) {
413 "Content-Type": "application/json" 413 "Content-Type": "application/json"
414 }, 414 },
415 body: JSON.stringify(params), 415 body: JSON.stringify(params),
416 referrer: "https://chatgpt.ai-pro.org" 416 referrer: "https://chatbotplus.ai-pro.org"
417 }); 417 });
418 418
419 return await data.json(); 419 return await data.json();
...@@ -426,7 +426,7 @@ async function setUsage(params) { ...@@ -426,7 +426,7 @@ async function setUsage(params) {
426 "Content-Type": "application/json" 426 "Content-Type": "application/json"
427 }, 427 },
428 body: JSON.stringify(params), 428 body: JSON.stringify(params),
429 referrer: "https://chatgpt.ai-pro.org" 429 referrer: "https://chatbotplus.ai-pro.org"
430 }); 430 });
431 } 431 }
432 async function setChatUsage(params) { 432 async function setChatUsage(params) {
...@@ -437,7 +437,7 @@ async function setChatUsage(params) { ...@@ -437,7 +437,7 @@ async function setChatUsage(params) {
437 "Content-Type": "application/json" 437 "Content-Type": "application/json"
438 }, 438 },
439 body: JSON.stringify(params), 439 body: JSON.stringify(params),
440 referrer: "https://chatgpt.ai-pro.org" 440 referrer: "https://chatbotplus.ai-pro.org"
441 }); 441 });
442 } 442 }
443 443
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!