Skip to content

Commit a58f850

Browse files
committed
Prepare
1 parent 2b44ae4 commit a58f850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/_env/app/chat_socketio/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<script src="https://cdn.socket.io/4.7.2/socket.io.js"></script>
1616
<script>
1717
document.cookie = "X-Authorization=Basic YWxpY2U6YWxpY2U; path=/"; // Mock auth (overwritten by approuter)
18-
const socket = io("/chat?id=1234", { path: "/ws" });
18+
const socket = io("/chat", { path: "/ws" });
1919
const form = document.getElementById("form");
2020
const input = document.getElementById("input");
2121
const messages = document.getElementById("messages");

0 commit comments

Comments
 (0)