mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 13:38:26 +02:00
Updated country code endpoint
This commit is contained in:
@@ -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 = [];
|
||||
|
||||
Reference in New Issue
Block a user