This commit is contained in:
@@ -399,8 +399,8 @@ async function addHotelUser(user_id,hotel_ids) {
|
|||||||
//if (!accessTokenSingle || !clientId) return;
|
//if (!accessTokenSingle || !clientId) return;
|
||||||
|
|
||||||
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://79.137.75.155/hotel-demo/api/auth/ws/${accessTokenSingle}`
|
||||||
);
|
);
|
||||||
|
|
||||||
wsRef.current = ws;
|
wsRef.current = ws;
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
//export const API_BASE = "https://79.137.75.155/hotel-demo/api/";
|
export const API_BASE = "https://79.137.75.155/hotel-demo/api/";
|
||||||
export const API_BASE = "http://localhost:7080";
|
//export const API_BASE = "http://localhost:7080";
|
||||||
|
|
||||||
|
|
||||||
//export const API_BASE = "https://79.137.75.155:5090";
|
//export const API_BASE = "https://79.137.75.155:5090";
|
||||||
Reference in New Issue
Block a user