Pepguy commited on
Commit
779c018
·
verified ·
1 Parent(s): 0acab33

Update app.js

Browse files
Files changed (1) hide show
  1. app.js +1 -1
app.js CHANGED
@@ -1,6 +1,6 @@
1
  // host.js (Bun)
2
 
3
- const DELIVERY_SERVER_URL = "wss://pepguy-activity-delivery.hf.space/";
4
  const HOST_SECRET = "a-very-secret-host-key"; // Must match the delivery server
5
 
6
  let deliverySocket;
 
1
  // host.js (Bun)
2
 
3
+ const DELIVERY_SERVER_URL = "wss://pepguy-activity-delivery.hf.space";
4
  const HOST_SECRET = "a-very-secret-host-key"; // Must match the delivery server
5
 
6
  let deliverySocket;