Do not add x-cache-channel header for GET template routes

This commit is contained in:
Raul Ochoa
2015-04-10 10:55:46 +02:00
parent 7cd78be094
commit 2d84d38b90
2 changed files with 5 additions and 0 deletions

View File

@@ -4,6 +4,9 @@
Released 2015-mm-dd
Bug fixes:
- Do not add x-cache-channel header for GET template routes
## 2.1.0

View File

@@ -71,6 +71,8 @@ var CartodbWindshaft = function(serverOptions) {
'/',
// See https://github.com/CartoDB/Windshaft-cartodb/issues/176
serverOptions.base_url_mapconfig,
template_baseurl,
template_baseurl + '/:template_id',
template_baseurl + '/:template_id/jsonp'
];
ws.sendResponse = function(res, args) {