Skip to content

Latest commit

History

History
6 lines (5 loc) 路 365 Bytes

TODO.md

File metadata and controls

6 lines (5 loc) 路 365 Bytes

TODOs

  • throw error if path param id's don't match Note: app.params will not have registered for an unknown path param i.e. when express defines a different path name param than express (we should attempt to detect this and flag it)
  • add tests with an indepently defined router
  • throw error (e.g 404) when route is defined in express but not in openapi spec