mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-22 15:55:04 +00:00
Use https for websocket
This commit is contained in:
parent
25ba4f1fa9
commit
27ea53fbf3
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ class WebConsoleManager {
|
||||||
*/
|
*/
|
||||||
loadConnection(){
|
loadConnection(){
|
||||||
//If not created yet, create it
|
//If not created yet, create it
|
||||||
this.activeConnection = new WebConsoleConnector("ws://play.kaboom.pw:53951");
|
this.activeConnection = new WebConsoleConnector("wss://play.kaboom.pw:53951");
|
||||||
this.activeConnection.connect();
|
this.activeConnection.connect();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue