Merge branch 'main' into realTimeVisulization
This commit is contained in:
commit
5fcf899a97
|
@ -12,7 +12,7 @@ export const useSocketStore = create<any>((set: any, get: any) => ({
|
|||
}
|
||||
|
||||
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,
|
||||
auth: { email, organization },
|
||||
|
|
Loading…
Reference in New Issue