Skip to content

Commit b863508

Browse files
authored
Update index.html
1 parent 22bea7a commit b863508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ <h1 class="card-title text-2xl justify-center mb-6">Voice Chat</h1>
4848
<!-- WebSocket Connection Section -->
4949
<div class="flex gap-2 mb-6">
5050
<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" />
51+
value="wss://indie.echokit.dev/ws/" class="input input-bordered flex-1" />
5252
<button id="connectBtn" class="btn btn-primary">Connect</button>
5353
</div>
5454

0 commit comments

Comments
 (0)