Do not add x-cache-channel header for GET template routes
This commit is contained in:
3
NEWS.md
3
NEWS.md
@@ -4,6 +4,9 @@
|
||||
|
||||
Released 2015-mm-dd
|
||||
|
||||
Bug fixes:
|
||||
- Do not add x-cache-channel header for GET template routes
|
||||
|
||||
|
||||
## 2.1.0
|
||||
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user