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.
1 parent fba7aaa commit c1356f8Copy full SHA for c1356f8
bootcs/api/client.py
@@ -11,7 +11,7 @@
11
12
13
# Default API base URL
14
-DEFAULT_API_BASE = "https://api.bootcs.cn"
+DEFAULT_API_BASE = "https://api.bootcs.dev"
15
16
17
def get_api_base() -> str:
bootcs/auth/device_flow.py
@@ -39,7 +39,7 @@ class TokenResponse:
39
40
41
# Default API base URL - can be overridden via environment
42
43
44
45
0 commit comments