We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c98e19b commit 94d3511Copy full SHA for 94d3511
config.ini
@@ -7,4 +7,4 @@ v = true # show debug logging
7
appName = CreateBridge
8
updateUrl = http://downloads.arduino.cc/
9
#updateUrl = http://localhost/
10
-origins = http://webide.arduino.cc:8080
+origins = http://local.arduino.cc:8000
main.go
@@ -131,7 +131,7 @@ func main() {
131
if err != nil {
132
panic(err)
133
}
134
- _, err = f.WriteString("\norigins = http://webide.arduino.cc:8080\n")
+ _, err = f.WriteString("\norigins = http://local.arduino.cc:8000\n")
135
136
137
0 commit comments