This commit is contained in:
parent
1734b7bd85
commit
870e77efdf
|
|
@ -206,6 +206,9 @@ export async function getWsBase() {
|
|||
ip = hostHeader.includes(":") ? hostHeader.split(":")[0] : hostHeader;
|
||||
}
|
||||
}
|
||||
|
||||
const finalUrl = `${wsProtocol}://${ip}/api/v1/deploy/ws`;
|
||||
console.log(".........[WebSocket] Final URL:", finalUrl);
|
||||
|
||||
return `${wsProtocol}://${ip}/api/v1/deploy/ws`;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue