We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d5f640 commit dd8ecd8Copy full SHA for dd8ecd8
src/gitpod/_client.py
@@ -94,7 +94,7 @@ def __init__(
94
if base_url is None:
95
base_url = os.environ.get("GITPOD_BASE_URL")
96
97
- base_url = f"https://app.gitpod.io/app"
+ base_url = f"https://app.gitpod.io/api"
98
99
super().__init__(
100
version=__version__,
@@ -272,7 +272,7 @@ def __init__(
272
273
274
275
276
277
278
0 commit comments