diff --git a/src/coreform/deployment/ApiGatewayForm.tsx b/src/coreform/deployment/ApiGatewayForm.tsx index b98ffb4..5c3a1ec 100644 --- a/src/coreform/deployment/ApiGatewayForm.tsx +++ b/src/coreform/deployment/ApiGatewayForm.tsx @@ -54,19 +54,7 @@ const ExternalCommonApiGatewayUrlMap = { [Cluster.IAPL_PROD]: ExternalCommonApiGatewayUrl.IAPL_PROD, }; -const InternalCommonApiGatewayUrlMap = { - [Cluster.LENDING_NP]: InternalCommonApiGatewayUrl.LENDING_NP, - [Cluster.LENDING_PROD]: InternalCommonApiGatewayUrl.LENDING_PROD, - [Cluster.PAY_NP]: InternalCommonApiGatewayUrl.PAY_NP, - [Cluster.PAY_PROD]: InternalCommonApiGatewayUrl.PAY_PROD, - [Cluster.GI_NP]: InternalCommonApiGatewayUrl.GI_NP, - [Cluster.GI_PROD]: InternalCommonApiGatewayUrl.GI_PROD, - [Cluster.SA_NP]: InternalCommonApiGatewayUrl.SA_NP, - [Cluster.SA_PROD]: InternalCommonApiGatewayUrl.SA_PROD, - [Cluster.PPL_NONPROD]: InternalCommonApiGatewayUrl.PPL_NP, - [Cluster.PPL_PROD]: InternalCommonApiGatewayUrl.PPL_PROD, - [Cluster.IAPL_PROD]: InternalCommonApiGatewayUrl.IAPL_PROD, -}; +const InternalCommonApiGatewayUrlMap = {}; const ExternalAuthEnabledMap = { [Cluster.GI_NP]: InternalCommonApiGatewayUrl.GI_NP,