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 f03da81 commit ab128b6Copy full SHA for ab128b6
src/modules/apigw/index.js
@@ -503,6 +503,9 @@ class Apigw {
503
created: true,
504
subDomain: domainItem.domain,
505
cname: subDomain,
506
+ url: `${domainProtocol.indexOf('https') !== -1 ? 'https' : 'http'}://${
507
+ domainItem.domain
508
+ }`,
509
});
510
console.log(`Custom domain for service ${serviceId} created successfullly.`);
511
console.log(`Please add CNAME record ${subDomain} for ${domainItem.domain}.`);
0 commit comments