Skip to content

Commit 70e7e1e

Browse files
committed
changed example API url to use onekey.com domain
1 parent 8ec4864 commit 70e7e1e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/get_tenant_token.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from getpass import getpass
44
from onekey_client import Client
55

6-
API_URL = "https://demo.onekey.com/api"
6+
API_URL = "https://app.eu.onekey.com/api"
77
EMAIL = sys.argv[1]
88
PASSWORD = getpass()
99

examples/upload_firmware.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from onekey_client import Client
77
from onekey_client.models import FirmwareMetadata
88

9-
API_URL = "https://demo.onekey.com/api"
9+
API_URL = "https://app.eu.onekey.com/api"
1010
EMAIL = sys.argv[1]
1111
PASSWORD = getpass()
1212

0 commit comments

Comments
 (0)