realTimeVisulization #39

Merged
Vishnu merged 2 commits from realTimeVisulization into main 2025-04-03 13:46:00 +00:00
Showing only changes of commit 5fcf899a97 - Show all commits

View File

@@ -12,7 +12,7 @@ export const useSocketStore = create<any>((set: any, get: any) => ({
} }
const socket = io( const socket = io(
`http://${process.env.REACT_APP_SERVER_SOCKET_API_BASE_URL}`, `http://${process.env.REACT_APP_SERVER_SOCKET_API_BASE_URL}/Builder`,
{ {
reconnection: false, reconnection: false,
auth: { email, organization }, auth: { email, organization },