We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a41082e commit 5e05c90Copy full SHA for 5e05c90
app.js
@@ -1,5 +1,5 @@
1
-//const socket = io('https://mri-planning-poker-7a37e47b6257.herokuapp.com');
2
-const socket = io('http://localhost:3000'); // Adjust to match your backend's URL
+const socket = io('https://mri-planning-poker-7a37e47b6257.herokuapp.com');
+//const socket = io('http://localhost:3000'); // Adjust to match your backend's URL
3
let sessionId = '';
4
function joinSession() {
5
const sessionIdInput = document.getElementById('session-id-input').value.trim();
0 commit comments