Added template map as dependency of named maps controller
This commit is contained in:
parent
0236fe3ca9
commit
e4a9f2d64c
@ -217,7 +217,8 @@ module.exports = function(serverOptions) {
|
||||
previewBackend,
|
||||
surrogateKeysCache,
|
||||
tablesExtentApi,
|
||||
metadataBackend
|
||||
metadataBackend,
|
||||
templateMaps
|
||||
).register(app);
|
||||
|
||||
new controller.NamedMapsAdmin(authApi, pgConnection, templateMaps).register(app);
|
||||
|
Loading…
Reference in New Issue
Block a user