Skip to content

Commit 3e2d479

Browse files
Fix stage Experimenter URL
Fixes #57
1 parent 5dc6751 commit 3e2d479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/components/ExperimentBrowserPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import { AddToastParams, useToastsContext } from "../hooks/useToasts";
1515
const PROD_URL =
1616
"https://experimenter.services.mozilla.com/api/v6/experiments/";
1717
const STAGE_URL =
18-
"https://stage.experimenter.nonprod.dataops.mozgcp.net/api/v6/experiments/";
18+
"https://stage.experimenter.nonprod.webservices.mozgcp.net/api/v6/experiments/";
1919

2020
type Status = "Live" | "Preview";
2121

0 commit comments

Comments
 (0)