Skip to content

Commit c75085b

Browse files
add log for the crd gateway url (#23)
Co-authored-by: Grzegorz Krajniak <[email protected]>
1 parent 4b47a5f commit c75085b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/portal-options/service-providers/content-configuration-service-providers.service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ export class ContentConfigurationServiceProvidersService
3838
url = url.replace('/graphql', `:${context.account}/graphql`);
3939
}
4040

41+
console.log(`Calculated crd gateway api url: ${url}`);
4142
const client = new GraphQLClient(url, {
4243
headers: {
4344
Authorization: `Bearer ${token}`,

0 commit comments

Comments
 (0)