xyplon commited on
Commit
954baba
·
verified ·
1 Parent(s): 820d905

Update static/models.js

Browse files
Files changed (1) hide show
  1. static/models.js +1 -1
static/models.js CHANGED
@@ -224,7 +224,7 @@ btn.onclick = async () => {
224
 
225
  }
226
 
227
- const socket = io();
228
 
229
  socket.on('update', function(data) {
230
  document.getElementById('stats').textContent = `Pending (Generating): ${data["Pending Requests"]} Total Requests: ${data["Total Requests"]}`;
 
224
 
225
  }
226
 
227
+ const socket = io('https://xyplon.onrender.com');
228
 
229
  socket.on('update', function(data) {
230
  document.getElementById('stats').textContent = `Pending (Generating): ${data["Pending Requests"]} Total Requests: ${data["Total Requests"]}`;