|
@@ -7,7 +7,7 @@ if (process.env.VUE_APP_CORE_HOST_URL) {
|
|
|
} else {
|
|
|
origin = window.location.origin;
|
|
|
host = window.location.host;
|
|
|
- protocol = window.location.host.protocol.replace("http", "ws"); // http: => ws:
|
|
|
+ protocol = window.location.protocol.replace("http", "ws"); // http: => ws:
|
|
|
}
|
|
|
|
|
|
export const FACEID_LINENESS_URL =
|