We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a19f08 commit c6d67f9Copy full SHA for c6d67f9
weco/__init__.py
@@ -4,7 +4,7 @@
4
__pkg_version__ = "0.2.12"
5
__api_version__ = "v1"
6
7
-__base_url__ = f"https://api.aide.weco.ai/{__api_version__}"
+__base_url__ = f"https://api.weco.ai/{__api_version__}"
8
# If user specifies a custom base URL, use that instead
9
if os.environ.get("WECO_BASE_URL"):
10
__base_url__ = os.environ.get("WECO_BASE_URL")
0 commit comments