Skip to content
Snippets Groups Projects
Commit c1bbc70f authored by Tomáš Valenta's avatar Tomáš Valenta
Browse files

wss connection

parent 0e15739b
No related branches found
No related tags found
1 merge request!9Release
...@@ -34,7 +34,7 @@ $(window).ready( ...@@ -34,7 +34,7 @@ $(window).ready(
}) })
const timerSocket = new WebSocket( const timerSocket = new WebSocket(
"ws://" "wss://"
+ window.location.host + window.location.host
+ "/ws/timer/" + "/ws/timer/"
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment