From 2ce688ee2a370a2b72b2feda63d113ae81538c27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garc=C3=ADa=20Aubert?= Date: Fri, 4 Oct 2019 12:56:36 +0200 Subject: [PATCH] Missed to apply configuration changes to default server options --- lib/cartodb/server_options.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/cartodb/server_options.js b/lib/cartodb/server_options.js index b60b92ba..4772fac6 100644 --- a/lib/cartodb/server_options.js +++ b/lib/cartodb/server_options.js @@ -74,18 +74,18 @@ module.exports = { ], // Base url for the Detached Maps API // "/api/v1/map" is the new API, - map: { + map: [{ paths: [ '/map', ] - }, + }], // Base url for the Templated Maps API // "/api/v1/map/named" is the new API, - template: { + template: [{ paths: [ '/map/named' ] - } + }] } }, grainstore: {