Skip to content

Commit c1356f8

Browse files
author
William Yang
committed
Update API base URL to api.bootcs.dev
1 parent fba7aaa commit c1356f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bootcs/api/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212

1313
# Default API base URL
14-
DEFAULT_API_BASE = "https://api.bootcs.cn"
14+
DEFAULT_API_BASE = "https://api.bootcs.dev"
1515

1616

1717
def get_api_base() -> str:

bootcs/auth/device_flow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class TokenResponse:
3939

4040

4141
# Default API base URL - can be overridden via environment
42-
DEFAULT_API_BASE = "https://api.bootcs.cn"
42+
DEFAULT_API_BASE = "https://api.bootcs.dev"
4343

4444

4545
def get_api_base() -> str:

0 commit comments

Comments
 (0)