Longest path match in router does not work correctly

Issue #37 resolved
Mihael Schmidt repo owner created an issue

endpoint: /mdm/item

match: - /mdm/item (ok) - /mdm/item/123 (ok) - /mdm/items (wrong)

It seems that it only looks if the base of the endpoint matches. But it should be the base as segments and not the base as in strings.

Comments (2)

  1. Log in to comment