Skip to content

Commit 7d8094a

Browse files
authored
fix(codecatalyst): using wrong endpoint #4055
1 parent 2a3c71e commit 7d8094a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/clients/codecatalystClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export interface CodeCatalystConfig {
4040

4141
export const defaultServiceConfig: CodeCatalystConfig = {
4242
region: 'us-east-1',
43-
endpoint: 'https://public.codecatalyst.global.api.aws',
43+
endpoint: 'https://codecatalyst.global.api.aws',
4444
hostname: 'codecatalyst.aws',
4545
gitHostname: 'codecatalyst.aws',
4646
}

0 commit comments

Comments
 (0)