diff --git a/routes/v1.js b/routes/v1.js index 75b45ff3..44b0c789 100644 --- a/routes/v1.js +++ b/routes/v1.js @@ -109,6 +109,7 @@ function addRoutes(app, peliasConfig) { postProc.renamePlacenames(), postProc.parseBoundingBox(), postProc.normalizeParentIds(), + postProc.assignLabels(), postProc.geocodeJSON(peliasConfig, base), postProc.sendJSON ]),