Skip to content

Commit c6d67f9

Browse files
committed
update api base url
1 parent 0a19f08 commit c6d67f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

weco/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
__pkg_version__ = "0.2.12"
55
__api_version__ = "v1"
66

7-
__base_url__ = f"https://api.aide.weco.ai/{__api_version__}"
7+
__base_url__ = f"https://api.weco.ai/{__api_version__}"
88
# If user specifies a custom base URL, use that instead
99
if os.environ.get("WECO_BASE_URL"):
1010
__base_url__ = os.environ.get("WECO_BASE_URL")

0 commit comments

Comments
 (0)