jank client fix for corrections
This commit is contained in:
@@ -516,7 +516,7 @@ export async function getapiurls(str: string): Promise<
|
|||||||
tempurls.api.protocol = protical;
|
tempurls.api.protocol = protical;
|
||||||
|
|
||||||
tempurls.gateway.host = newOrgin;
|
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.host = newOrgin;
|
||||||
tempurls.wellknown.protocol = protical;
|
tempurls.wellknown.protocol = protical;
|
||||||
|
Reference in New Issue
Block a user