🌽🍤 Checkpoint
./server.js:530995/152 ./views/room.handlebars:530995/21 ./room.js:530995/506
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
</main>
|
||||
|
||||
<script>
|
||||
let socket = new WebSocket(`wss://${window.location.hostname}`);
|
||||
let socket = new WebSocket(`wss://${window.location.hostname}/{{room}}`);
|
||||
|
||||
socket.onopen = function(e) {
|
||||
socket.send(JSON.stringify({
|
||||
|
Reference in New Issue
Block a user