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;