We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e27af94 commit 8d5f640Copy full SHA for 8d5f640
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://localhost:8080/test-api"
+ base_url = f"https://app.gitpod.io/app"
98
99
super().__init__(
100
version=__version__,
@@ -272,7 +272,7 @@ def __init__(
272
273
274
275
276
277
278
0 commit comments