瀏覽代碼

20230304: changed websocket url

mkbeefcake 1 年之前
父節點
當前提交
05bd388c92
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/config.ts

+ 1 - 1
src/config.ts

@@ -1,6 +1,6 @@
 export const historyDepth = 336;
 export const domain = "https://pioneer.joystreamstats.live";
-export const wsLocation = "wss://dev.joystreamstats.live:8080";
+export const wsLocation = "wss://dev.joystreamstats.live:443/ws";
 //export const wsLocation = "wss://rpc.joystream.org:9944";
 export const apiLocation = "https://api.joystreamstats.live/api"
 export const socketLocation = "/socket.io"