Missed to apply configuration changes to default server options

This commit is contained in:
Daniel García Aubert 2019-10-04 12:56:36 +02:00
parent 4e967980a3
commit 2ce688ee2a

View File

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