From 45acdd9f39b8fb4aced43dda1e8a1e1c1cf85da1 Mon Sep 17 00:00:00 2001 From: Raul Ochoa Date: Thu, 14 Jan 2016 18:16:31 +0100 Subject: [PATCH] fix json, 2nd attempt --- docs/MultiLayer-API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/MultiLayer-API.md b/docs/MultiLayer-API.md index 06e7ce39..febf709b 100644 --- a/docs/MultiLayer-API.md +++ b/docs/MultiLayer-API.md @@ -17,7 +17,7 @@ Windshaft-CartoDB adds the following attributes in the response object ```json { - "http": "http://cdn_url.com/" + "http": "http://cdn_url.com/", "https": "https://secure.cdn_url.com/" } ```