From 690043e9f73729d0f601026f1ec5ae35bab67bef Mon Sep 17 00:00:00 2001 From: Toba Ojo Date: Fri, 28 Nov 2025 09:18:46 +0000 Subject: [PATCH] - updated ws endpoint --- src/app/config/wsconfig.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/config/wsconfig.ts b/src/app/config/wsconfig.ts index 74c8421..d6fa33d 100644 --- a/src/app/config/wsconfig.ts +++ b/src/app/config/wsconfig.ts @@ -1,5 +1,5 @@ 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;