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 05ed01a commit f3634bbCopy full SHA for f3634bb
src/config.ts
@@ -85,7 +85,7 @@ class Config {
85
if (options.terminalApiLocalEndpoint) this.terminalApiLocalEndpoint = options.terminalApiLocalEndpoint;
86
if (options.liveEndpointUrlPrefix) this.liveEndpointUrlPrefix = options.liveEndpointUrlPrefix;
87
if (options.region) this.region = options.region;
88
- this.enable308Redirect = options.enable308Redirect ?? true;
+ this.enable308Redirect = options.enable308Redirect ?? true; // enabled by default
89
90
}
91
0 commit comments