Skip to content

Commit

Permalink
Prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
oklemenz2 committed May 3, 2024
1 parent 2b44ae4 commit a58f850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/_env/app/chat_socketio/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<script src="https://cdn.socket.io/4.7.2/socket.io.js"></script>
<script>
document.cookie = "X-Authorization=Basic YWxpY2U6YWxpY2U; path=/"; // Mock auth (overwritten by approuter)
const socket = io("/chat?id=1234", { path: "/ws" });
const socket = io("/chat", { path: "/ws" });
const form = document.getElementById("form");
const input = document.getElementById("input");
const messages = document.getElementById("messages");
Expand Down

0 comments on commit a58f850

Please sign in to comment.