From 5bcf3e673ec695cb935df11cfb634ff393044ea7 Mon Sep 17 00:00:00 2001 From: Romain Mallard Date: Tue, 28 Apr 2026 10:25:54 +0200 Subject: [PATCH] FIX: ws link --- src/components/context/HotelContext.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/context/HotelContext.jsx b/src/components/context/HotelContext.jsx index d942737..0a72009 100644 --- a/src/components/context/HotelContext.jsx +++ b/src/components/context/HotelContext.jsx @@ -400,7 +400,7 @@ async function addHotelUser(user_id,hotel_ids) { const ws = new WebSocket( //`ws://localhost:7080/auth/ws/${accessTokenSingle}` - `wss://79.137.75.155/hotel-demo/api/auth/ws/${accessTokenSingle}` + `wss://mallardromain.com/hotel-demo/api/auth/ws/${accessTokenSingle}` ); wsRef.current = ws;