Skip to content

Commit 3a7a6ca

Browse files
authored
Merge pull request #441 from SahilSawLT/CYP-1027-V2
added dev url
2 parents 73159e5 + 04097c8 commit 3a7a6ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

commands/utils/constants.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,8 @@ module.exports = {
130130
},
131131
FeatureFlagURL:{
132132
stage:"https://api-stage-hyperexecute.lambdatestinternal.com/sentinel/v1.0/featureflags",
133-
prod:"https://api-hyperexecute.lambdatest.com/sentinel/v1.0/featureflags"
133+
prod:"https://api-hyperexecute.lambdatest.com/sentinel/v1.0/featureflags",
134+
beta:"https://api-stage-hyperexecute.lambdatestinternal.com/sentinel/v1.0/featureflags"
134135
},
135136
JobStatus_URL:{
136137
stage:"https://api-stage-hyperexecute.lambdatestinternal.com/sentinel/v1.0/job/",

0 commit comments

Comments
 (0)