jank client fix for corrections
This commit is contained in:
parent
8791841a04
commit
c77a273c91
1 changed files with 1 additions and 1 deletions
|
@ -516,7 +516,7 @@ export async function getapiurls(str: string): Promise<
|
|||
tempurls.api.protocol = protical;
|
||||
|
||||
tempurls.gateway.host = newOrgin;
|
||||
tempurls.gateway.protocol = newOrgin === "http:" ? "ws:" : "wss:";
|
||||
tempurls.gateway.protocol = temp.protocol === "http:" ? "ws:" : "wss:";
|
||||
|
||||
tempurls.wellknown.host = newOrgin;
|
||||
tempurls.wellknown.protocol = protical;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue