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 22bea7a commit b863508Copy full SHA for b863508
resources/index.html
@@ -48,7 +48,7 @@ <h1 class="card-title text-2xl justify-center mb-6">Voice Chat</h1>
48
<!-- WebSocket Connection Section -->
49
<div class="flex gap-2 mb-6">
50
<input type="text" id="wsUrl" placeholder="WebSocket URL (e.g., ws://localhost:8080/ws/)"
51
- value="ws://34.44.85.57:9090/ws/" class="input input-bordered flex-1" />
+ value="wss://indie.echokit.dev/ws/" class="input input-bordered flex-1" />
52
<button id="connectBtn" class="btn btn-primary">Connect</button>
53
</div>
54
0 commit comments