diff --git a/src/index.js b/src/index.js index 0abf95c..2691e3b 100644 --- a/src/index.js +++ b/src/index.js @@ -270,7 +270,7 @@ export var BugzillaClient = class { let that = this; var req = new XMLHttpRequest(); - req.open('GET', 'https://api-dev.bugzilla.mozilla.org/latest/configuration', true); + req.open('GET', 'https://bugzilla.mozilla.org/latest/configuration', true); req.setRequestHeader("Accept", "application/json"); req.onreadystatechange = function (event) { if (req.readyState == 4 && req.status != 0) {