diff --git a/index.html b/index.html index 3ff57e4..b7d38e4 100644 --- a/index.html +++ b/index.html @@ -50,7 +50,6 @@ diff --git a/script.js b/script.js index 70cc9a9..2870cd0 100644 --- a/script.js +++ b/script.js @@ -1,5 +1,4 @@ -//let backendUrl = "https://signature.caiu.org" -let backendUrl = "http://localhost:8080" +let backendUrl = "https://signature.caiu.org" let locations = JSON.parse("{}"); const locationSelector = document.getElementById("location"); diff --git a/websocket.js b/websocket.js index ed854db..ae2a961 100644 --- a/websocket.js +++ b/websocket.js @@ -1,4 +1,4 @@ -let liveGenWS = new WebSocket("ws://localhost:8080/backend/generate/live"); +let liveGenWS = new WebSocket("wss://signature.caiu.org/backend/generate/live"); let backgroundLayer = document.getElementById("backgroundLayer"); let loc = document.getElementById("location"); diff --git a/websocket/index.html b/websocket/index.html deleted file mode 100644 index 2abda92..0000000 --- a/websocket/index.html +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - - - - Websocket - - - - -
- - - -
- -
-
- - -
-
- - - - - - - - -
-
-
- - - -
-
- - - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
- -
- - -
-
- - -
-
-
- - - - - - - \ No newline at end of file