more reverted code applied

This commit is contained in:
csobier 2016-06-02 13:22:07 -04:00
parent 7d623faf4b
commit 9acb980b82
2 changed files with 6 additions and 6 deletions

View File

@ -64,8 +64,8 @@ curl 'https://{username}.cartodb.com/api/v1/map' -H 'Content-Type: application/j
]
},
"cdn_url": {
"http": "http://cartodb.com",
"https": "https://cartodb.com"
"http": "http://cdb.com",
"https": "https://cdb.com"
}
}
```
@ -181,8 +181,8 @@ curl "https://{username}.cartodb.com/api/v1/map?callback=callback&config=%7B%22v
callback({
layergroupid: "d9034c133262dfb90285cea26c5c7ad7:0",
cdn_url: {
"http": "http://cartodb.com",
"https": "https://cartodb.com"
"http": "http://cdb.com",
"https": "https://cdb.com"
},
last_updated: "1970-01-01T00:00:00.000Z"
})

View File

@ -428,8 +428,8 @@ callback({
"layergroupid":"c01a54877c62831bb51720263f91fb33:0",
"last_updated":"1970-01-01T00:00:00.000Z"
"cdn_url": {
"http": "http://cartodb.com",
"https": "https://cartodb.com"
"http": "http://cdb.com",
"https": "https://cdb.com"
}
})
```