From e13ae8d5aff6faea67c2594021f56ea9c8f8e29a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garc=C3=ADa=20Aubert?= Date: Wed, 17 May 2017 11:40:18 +0200 Subject: [PATCH] Do not make optional layer param in URL template --- lib/cartodb/controllers/layergroup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cartodb/controllers/layergroup.js b/lib/cartodb/controllers/layergroup.js index fb1aab9b..79268d6e 100644 --- a/lib/cartodb/controllers/layergroup.js +++ b/lib/cartodb/controllers/layergroup.js @@ -56,7 +56,7 @@ LayergroupController.prototype.register = function(app) { this.tile.bind(this)); app.get(app.base_url_mapconfig + - '/:token/:z/:x/:y.(:format)', cors(), userMiddleware, + '/:token/:z/:x/:y.:format', cors(), userMiddleware, this.tile.bind(this)); app.get(app.base_url_mapconfig +