Cloud sync trigger progress

This commit is contained in:
frikky
2020-11-05 04:15:01 +01:00
parent e06ac4cae1
commit d367c76838
4 changed files with 295 additions and 73 deletions
+1
View File
@@ -39,6 +39,7 @@ var globalUrl = window.location.origin
// CORS used for testing purposes. Should only happen with specific port and http
if (window.location.protocol == "http:" && window.location.port === "3000") {
globalUrl = "http://localhost:5001"
//globalUrl = "http://localhost:5002"
}
const theme = createMuiTheme({