- updated ws endpoint

This commit is contained in:
2025-11-28 09:18:46 +00:00
parent 6428a8fa39
commit 690043e9f7

View File

@@ -1,5 +1,5 @@
export const wsConfig = { export const wsConfig = {
infoBar: "ws://100.115.148.59/websocket-infobar", infoBar: "ws://100.115.125.56/websocket-infobar",
}; };
export type SocketKey = keyof typeof wsConfig; export type SocketKey = keyof typeof wsConfig;