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: {