cfoo commited on
Commit
d70114d
·
verified ·
1 Parent(s): a734869

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +2 -1
index.js CHANGED
@@ -15,7 +15,8 @@ app.all('/', async (req, res) => {
15
  while (!success && count < 10) {
16
  try {
17
  // Fetch the cookies from the given URL
18
- let response = await axios.get('https://getcaptcha.nbing.eu.org/turing/captcha/challenge');
 
19
  //let response = await axios.get('https://bing.cf03-b29.workers.dev/turing/captcha/challenge');
20
  // Set the success flag to true
21
  success = true;
 
15
  while (!success && count < 10) {
16
  try {
17
  // Fetch the cookies from the given URL
18
+ //let response = await axios.get('https://getcaptcha.nbing.eu.org/turing/captcha/challenge');
19
+ let response = await axios.get('https://proxybing.nbing.eu.org/turing/captcha/challenge');
20
  //let response = await axios.get('https://bing.cf03-b29.workers.dev/turing/captcha/challenge');
21
  // Set the success flag to true
22
  success = true;