fix
This commit is contained in:
@@ -267,6 +267,9 @@ function getControlWsUrl(host) {
|
||||
path += "SCIDE/";
|
||||
}
|
||||
path += "SCExecutor";
|
||||
if (isBaaS) {
|
||||
path = path.replace("ide/", "")
|
||||
}
|
||||
return prefix + host + path;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user