xyplon
commited on
Update static/models.js
Browse files- 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"]}`;
|