summaryrefslogtreecommitdiff
path: root/frontend/student.js
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--frontend/student.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/student.js b/frontend/student.js
index ef47724..3025e0f 100644
--- a/frontend/student.js
+++ b/frontend/student.js
@@ -17,7 +17,7 @@
*/
document.addEventListener("DOMContentLoaded", () => {
- const socket = new WebSocket("wss://localhost.runxiyu.org:8080/ws")
+ const socket = new WebSocket("wss://cca.runxiyu.org/ws")
/*
* TODO I want to make this easily configurable somehow, but I'm unsure