Spaces:
Sleeping
Sleeping
Update app.js
Browse files
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;
|