Fix bug on Mac
This commit is contained in:
parent
f55bcebee1
commit
174cb9b0dd
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ function getEndpointDomain() {
|
|||
|
||||
console.log("Detected operating system: " + OSName);
|
||||
|
||||
if (OSName === "Windows") {
|
||||
if (OSName === "Windows" || OSName === "Mac") {
|
||||
domain = "https://192.168.99.100:8444/";
|
||||
} else {
|
||||
domain = "https://localhost:8444/"
|
||||
|
|
Loading…
Reference in a new issue