sam2ai commited on
Commit
59695b2
1 Parent(s): 558cfda

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -45,7 +45,7 @@
45
  },
46
  data: data
47
  };
48
- axios.request(config, { httpsAgent: agent })
49
  .then((response) => {
50
  console.log(JSON.stringify(response.data));
51
  document.getElementById("answer").textContent = response.data;
 
45
  },
46
  data: data
47
  };
48
+ axios.request(config)
49
  .then((response) => {
50
  console.log(JSON.stringify(response.data));
51
  document.getElementById("answer").textContent = response.data;