Fix bug on Mac for real this time

This commit is contained in:
Preston Doman 2019-02-03 12:43:31 -08:00
parent 174cb9b0dd
commit b26d71c23a

View file

@ -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/"