Fixed import of workflow

This commit is contained in:
frikky
2020-06-02 11:37:38 +02:00
parent 380d5b31d6
commit a0a30e92a6
4 changed files with 72 additions and 19 deletions
-2
View File
@@ -42,8 +42,6 @@ var globalUrl = window.location.origin
if (window.location.protocol == "http:" && window.location.port === "3000") {
globalUrl = "http://192.168.3.6:5001"
}
console.log(window.location)
console.log(globalUrl)
const surfaceColor = "#27292D"
const inputColor = "#383B40"