Missed to apply configuration changes to default server options
This commit is contained in:
parent
4e967980a3
commit
2ce688ee2a
@ -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: {
|
||||
|
Loading…
Reference in New Issue
Block a user