diff --git a/routes/v1.js b/routes/v1.js index 8ee4173f..e9857559 100644 --- a/routes/v1.js +++ b/routes/v1.js @@ -120,8 +120,8 @@ function addRoutes(app, peliasConfig) { postProc.distances('focus.point.'), postProc.confidenceScores(peliasConfig.api), postProc.confidenceScoresFallback(), - postProc.dedupe(), postProc.interpolate(), + postProc.dedupe(), postProc.accuracy(), postProc.localNamingConventions(), postProc.renamePlacenames(), @@ -140,8 +140,8 @@ function addRoutes(app, peliasConfig) { postProc.distances('focus.point.'), postProc.confidenceScores(peliasConfig.api), postProc.confidenceScoresFallback(), - postProc.dedupe(), postProc.interpolate(), + postProc.dedupe(), postProc.accuracy(), postProc.localNamingConventions(), postProc.renamePlacenames(),