Skip to content

Commit 0984482

Browse files
committed
Merge branch 'newurls'
2 parents 067df72 + d52ee5c commit 0984482

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

backend/banners/banners.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import (
2626
"github.com/sirupsen/logrus"
2727
)
2828

29-
const bannersURL = "https://bitbox.swiss/updates/banners.json"
29+
const bannersURL = "https://bitboxapp.shiftcrypto.io/banners.json"
3030

3131
// MessageKey enumerates the possible keys in the banners json.
3232
type MessageKey string

backend/update.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import (
2323
"github.com/digitalbitbox/bitbox02-api-go/util/semver"
2424
)
2525

26-
const updateFileURL = "https://bitbox.swiss/updates/desktop.json"
26+
const updateFileURL = "https://bitboxapp.shiftcrypto.io/desktop.json"
2727

2828
var (
2929
// Version of the backend as displayed to the user.

0 commit comments

Comments
 (0)