update socket connection URL to include '/Builder' path

This commit is contained in:
Jerald-Golden-B 2025-04-03 09:56:20 +05:30
parent 1dc04d19bb
commit 7b9695f006
1 changed files with 1 additions and 1 deletions

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