break: remove /ws
from websocket path
This commit is contained in:
parent
256837c130
commit
e8e65c4f3a
2 changed files with 3 additions and 3 deletions
|
@ -64,7 +64,7 @@
|
|||
<button id="resetButton" style="display: none;">Reset</button>
|
||||
|
||||
<script>
|
||||
var ws = new WebSocket("ws://localhost:8080/ws");
|
||||
var ws = new WebSocket("ws://localhost:8080");
|
||||
var isPaused = false; // Track if the timer is paused
|
||||
|
||||
ws.onopen = function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue