changes
This commit is contained in:
@@ -10,7 +10,7 @@ class Connection {
|
||||
|
||||
init() {
|
||||
if(window.location.hostname === "localhost") {
|
||||
this.ws = new WebSocket("ws://" + "localhost:3008")
|
||||
this.ws = new WebSocket("ws://" + "localhost:3009")
|
||||
} else {
|
||||
this.ws = new WebSocket("wss://" + window.location.hostname + window.location.pathname)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user