Skip to content

Commit

Permalink
Merge pull request #18497 from mozilla/FXA-11250
Browse files Browse the repository at this point in the history
chore(cirrus): Use v2 Cirrus endpoint
  • Loading branch information
jonalmeida authored Mar 10, 2025
2 parents a1765fa + 7d394fb commit a52e7bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ module.exports = function (options = {}) {

try {
const resp = await fetch(
`${config.getProperties().nimbus.host}/v1/features/`,
`${config.getProperties().nimbus.host}/v2/features/`,
{
method: 'POST',
body,
Expand Down

0 comments on commit a52e7bf

Please # to comment.