Share: sync

This commit is contained in:
Frank 2025-05-23 16:14:03 -04:00 committed by Dax Raad
commit 9b331a917e
2 changed files with 8 additions and 8 deletions

View file

@ -45,7 +45,7 @@ export default function App() {
// Always use secure WebSocket protocol (wss)
const wsBaseUrl = apiUrl.replace(/^https?:\/\//, "wss://")
const wsUrl = `${wsBaseUrl}/share_poll?share_id=${shareId}`
const wsUrl = `${wsBaseUrl}/share_poll?shareID=${shareId}`
console.log("Connecting to WebSocket URL:", wsUrl)
// Create WebSocket connection