CLEAN
All checks were successful
Deploy React / build-and-deploy (push) Successful in 15s

This commit is contained in:
2026-02-23 19:06:10 +01:00
parent fb7fd39293
commit 42ff18a4ac
2 changed files with 4 additions and 4 deletions

View File

@@ -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;

View File

@@ -1,5 +1,5 @@
//export const API_BASE = "https://79.137.75.155/hotel-demo/api/";
export const API_BASE = "http://localhost:7080";
export const API_BASE = "https://79.137.75.155/hotel-demo/api/";
//export const API_BASE = "http://localhost:7080";
//export const API_BASE = "https://79.137.75.155:5090";