Inayatgaming commited on
Commit
8f408db
·
verified ·
1 Parent(s): 7fbc8f4

Update app.js

Browse files
Files changed (1) hide show
  1. app.js +1 -1
app.js CHANGED
@@ -1,6 +1,6 @@
1
  // app.js
2
  (() => {
3
- const WS_URI = "wss://promptly-xnm3.onrender.com";
4
  const statusEl = document.getElementById("status");
5
  const connectBtn = document.getElementById("connectBtn");
6
  const disconnectBtn = document.getElementById("disconnectBtn");
 
1
  // app.js
2
  (() => {
3
+ const WS_URI = "wss://promptly-az40.onrender.com/ws";
4
  const statusEl = document.getElementById("status");
5
  const connectBtn = document.getElementById("connectBtn");
6
  const disconnectBtn = document.getElementById("disconnectBtn");