Skip to content

Commit 5e05c90

Browse files
committed
Update app.js
1 parent a41082e commit 5e05c90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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
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
33
let sessionId = '';
44
function joinSession() {
55
const sessionIdInput = document.getElementById('session-id-input').value.trim();

0 commit comments

Comments
 (0)