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 2b44ae4 commit a58f850Copy full SHA for a58f850
test/_env/app/chat_socketio/index.html
@@ -15,7 +15,7 @@
15
<script src="https://cdn.socket.io/4.7.2/socket.io.js"></script>
16
<script>
17
document.cookie = "X-Authorization=Basic YWxpY2U6YWxpY2U; path=/"; // Mock auth (overwritten by approuter)
18
- const socket = io("/chat?id=1234", { path: "/ws" });
+ const socket = io("/chat", { path: "/ws" });
19
const form = document.getElementById("form");
20
const input = document.getElementById("input");
21
const messages = document.getElementById("messages");
0 commit comments