From b8ec19356f3a58648c96cc0681468816bcfe35e9 Mon Sep 17 00:00:00 2001 From: Christian Schwarz Date: Thu, 5 Jun 2014 21:32:14 +0200 Subject: [PATCH] Updated country code endpoint --- js/id/services/countrycode.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = [];