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 302678e commit c220479Copy full SHA for c220479
commands/utils/constants.js
@@ -130,7 +130,8 @@ module.exports = {
130
},
131
FeatureFlagURL:{
132
stage:"https://api-stage-hyperexecute.lambdatestinternal.com/sentinel/v1.0/featureflags",
133
- prod:"https://api-hyperexecute.lambdatest.com/sentinel/v1.0/featureflags"
+ prod:"https://api-hyperexecute.lambdatest.com/sentinel/v1.0/featureflags",
134
+ beta:"https://api-stage-hyperexecute.lambdatestinternal.com/sentinel/v1.0/featureflags"
135
136
JobStatus_URL:{
137
stage:"https://api-stage-hyperexecute.lambdatestinternal.com/sentinel/v1.0/job/",
0 commit comments