Skip to content

Commit dd8ecd8

Browse files
feat(api): update via SDK Studio
1 parent 8d5f640 commit dd8ecd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/gitpod/_client.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def __init__(
9494
if base_url is None:
9595
base_url = os.environ.get("GITPOD_BASE_URL")
9696
if base_url is None:
97-
base_url = f"https://app.gitpod.io/app"
97+
base_url = f"https://app.gitpod.io/api"
9898

9999
super().__init__(
100100
version=__version__,
@@ -272,7 +272,7 @@ def __init__(
272272
if base_url is None:
273273
base_url = os.environ.get("GITPOD_BASE_URL")
274274
if base_url is None:
275-
base_url = f"https://app.gitpod.io/app"
275+
base_url = f"https://app.gitpod.io/api"
276276

277277
super().__init__(
278278
version=__version__,

0 commit comments

Comments
 (0)