Browse Source

Fix missing parameter

This should have been in https://github.com/pelias/api/pull/595, but was
misssed until found during testing on dev2
pull/597/head
Julian Simioni 9 years ago
parent
commit
610f4ce4f3
No known key found for this signature in database
GPG Key ID: 6DAD08919FDBF563
  1. 2
      routes/v1.js

2
routes/v1.js

@ -103,7 +103,7 @@ function addRoutes(app, peliasConfig) {
]),
place: createRouter([
sanitisers.place.middleware,
controllers.place(),
controllers.place(peliasConfig),
postProc.localNamingConventions(),
postProc.renamePlacenames(),
postProc.parseBoundingBox(),

Loading…
Cancel
Save