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); |     console.log("Detected operating system: " + OSName); | ||||||
| 
 | 
 | ||||||
|     if (OSName === "Windows" || OSName === "Mac") { |     if (OSName === "Windows" || OSName === "MacOS") { | ||||||
|         domain = "https://192.168.99.100:8444/"; |         domain = "https://192.168.99.100:8444/"; | ||||||
|     } else { |     } else { | ||||||
|         domain = "https://localhost:8444/" |         domain = "https://localhost:8444/" | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Preston Doman
						Preston Doman