Skip to content

Commit c220479

Browse files
Sahil SawSahil Saw
authored andcommitted
added dev url
1 parent 302678e commit c220479

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)