This commit is contained in:
parent
1734b7bd85
commit
870e77efdf
|
|
@ -207,6 +207,9 @@ export async function getWsBase() {
|
|||
}
|
||||
}
|
||||
|
||||
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