We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 067df72 + d52ee5c commit 0984482Copy full SHA for 0984482
backend/banners/banners.go
@@ -26,7 +26,7 @@ import (
26
"github.com/sirupsen/logrus"
27
)
28
29
-const bannersURL = "https://bitbox.swiss/updates/banners.json"
+const bannersURL = "https://bitboxapp.shiftcrypto.io/banners.json"
30
31
// MessageKey enumerates the possible keys in the banners json.
32
type MessageKey string
backend/update.go
@@ -23,7 +23,7 @@ import (
23
"github.com/digitalbitbox/bitbox02-api-go/util/semver"
24
25
-const updateFileURL = "https://bitbox.swiss/updates/desktop.json"
+const updateFileURL = "https://bitboxapp.shiftcrypto.io/desktop.json"
var (
// Version of the backend as displayed to the user.
0 commit comments