Updated country code endpoint

This commit is contained in:
Christian Schwarz
2014-06-05 21:32:14 +02:00
parent 81effc23cf
commit b8ec19356f
+1 -1
View File
@@ -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 = [];