simulation #41

Merged
Vishnu merged 8 commits from simulation into main 2025-04-03 14:28:26 +00:00
Showing only changes of commit 7b9695f006 - Show all commits

View File

@@ -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 },