Routing to longest match

Issue #11 resolved
Mihael Schmidt repo owner created an issue

Currently the router routes to the endpoint which matches the URI path exactly and also matches the HTTP method.

This should be enhanced to match the longest path, see routing in Mongoose.

Example: end point for /mdm/item also gets requests for /mdm/item and /mdm/item/12 and /mdm/item/12/part/215.

Comments (3)

  1. Log in to comment