FIX: ws link
All checks were successful
Deploy React / build-and-deploy (push) Successful in 17s

This commit is contained in:
2026-04-28 10:25:54 +02:00
parent a77d1591d9
commit 5bcf3e673e

View File

@@ -400,7 +400,7 @@ async function addHotelUser(user_id,hotel_ids) {
const ws = new WebSocket( const ws = new WebSocket(
//`ws://localhost:7080/auth/ws/${accessTokenSingle}` //`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; wsRef.current = ws;