more reverted code applied
This commit is contained in:
parent
7d623faf4b
commit
9acb980b82
@ -64,8 +64,8 @@ curl 'https://{username}.cartodb.com/api/v1/map' -H 'Content-Type: application/j
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"cdn_url": {
|
"cdn_url": {
|
||||||
"http": "http://cartodb.com",
|
"http": "http://cdb.com",
|
||||||
"https": "https://cartodb.com"
|
"https": "https://cdb.com"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
@ -181,8 +181,8 @@ curl "https://{username}.cartodb.com/api/v1/map?callback=callback&config=%7B%22v
|
|||||||
callback({
|
callback({
|
||||||
layergroupid: "d9034c133262dfb90285cea26c5c7ad7:0",
|
layergroupid: "d9034c133262dfb90285cea26c5c7ad7:0",
|
||||||
cdn_url: {
|
cdn_url: {
|
||||||
"http": "http://cartodb.com",
|
"http": "http://cdb.com",
|
||||||
"https": "https://cartodb.com"
|
"https": "https://cdb.com"
|
||||||
},
|
},
|
||||||
last_updated: "1970-01-01T00:00:00.000Z"
|
last_updated: "1970-01-01T00:00:00.000Z"
|
||||||
})
|
})
|
||||||
|
@ -428,8 +428,8 @@ callback({
|
|||||||
"layergroupid":"c01a54877c62831bb51720263f91fb33:0",
|
"layergroupid":"c01a54877c62831bb51720263f91fb33:0",
|
||||||
"last_updated":"1970-01-01T00:00:00.000Z"
|
"last_updated":"1970-01-01T00:00:00.000Z"
|
||||||
"cdn_url": {
|
"cdn_url": {
|
||||||
"http": "http://cartodb.com",
|
"http": "http://cdb.com",
|
||||||
"https": "https://cartodb.com"
|
"https": "https://cdb.com"
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user