From ba755561e6f13a6b802a121ec6a1236ff00c00fc Mon Sep 17 00:00:00 2001 From: Romain Mallard Date: Thu, 5 Mar 2026 10:03:44 +0100 Subject: [PATCH] hiccups 2 --- src/components/context/HotelContext.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/context/HotelContext.jsx b/src/components/context/HotelContext.jsx index b6c63b9..d942737 100644 --- a/src/components/context/HotelContext.jsx +++ b/src/components/context/HotelContext.jsx @@ -399,8 +399,8 @@ async function addHotelUser(user_id,hotel_ids) { //if (!accessTokenSingle || !clientId) return; const ws = new WebSocket( - `ws://localhost:7080/auth/ws/${accessTokenSingle}` - //`wss://79.137.75.155/hotel-demo/api/auth/ws/${accessTokenSingle}` + //`ws://localhost:7080/auth/ws/${accessTokenSingle}` + `wss://79.137.75.155/hotel-demo/api/auth/ws/${accessTokenSingle}` ); wsRef.current = ws;