diff --git a/js/id/services/countrycode.js b/js/id/services/countrycode.js index 16a8ebf71..386048075 100644 --- a/js/id/services/countrycode.js +++ b/js/id/services/countrycode.js @@ -1,6 +1,6 @@ iD.countryCode = function() { var countryCode = {}, - endpoint = 'http://countrycode.refactory.at/?'; + endpoint = 'http://countrycode.refactory.at/api/1/?'; if (!iD.countryCode.cache) { iD.countryCode.cache = [];