Skip to content

Commit f38f5bf

Browse files
feat(api): update via SDK Studio
1 parent d91ff3e commit f38f5bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: option/requestoption.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ func WithRequestTimeout(dur time.Duration) RequestOption {
225225
// environment to be the "production" environment. An environment specifies which base URL
226226
// to use by default.
227227
func WithEnvironmentProduction() RequestOption {
228-
return WithBaseURL("https://localhost:8080/test-api/")
228+
return WithBaseURL("https://app.gitpod.io/app/")
229229
}
230230

231231
// WithAuthToken returns a RequestOption that sets the client setting "auth_token".

0 commit comments

Comments
 (0)