Skip to content

Commit fbf847e

Browse files
committed
fix(apigw): support isForceHttps
1 parent 8ce0d48 commit fbf847e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/modules/apigw/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,7 @@ class Apigw {
352352
pathMappingSet: domainItem.pathMappingSet || [],
353353
netType: domainItem.netType ? domainItem.netType : 'OUTER',
354354
protocol: domainProtocol,
355+
isForcedHttps: domainItem.isForcedHttps === true,
355356
};
356357

357358
try {

0 commit comments

Comments
 (0)