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