Fix bug on Mac

This commit is contained in:
Preston Doman 2019-02-03 12:39:36 -08:00
parent f55bcebee1
commit 174cb9b0dd

View file

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