Skip to content

Commit b7191fd

Browse files
committed
add log for the crd gateway url
1 parent 6a981d2 commit b7191fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ export class ContentConfigurationServiceProvidersService
4444
url = url.replace('/graphql', `:${context.account}/graphql`);
4545
}
4646

47+
console.log(`Calculated crd gateway api url: ${url}`);
48+
4749
const client = new GraphQLClient(url, {
4850
headers: {
4951
Authorization: `Bearer ${token}`,

0 commit comments

Comments
 (0)