AutoRoute
AutoRoute copied to clipboard
IDs in paths dont seem to route correctly
I may be doing something wrong here, but based on the documentation, a route like /group/78/something should be able to route to BaseNameSpace\Group\Something\GetGroupSomething. When trying it out though, it seems to be looking for a folder/namespace at Group/78. There is the messages from the router.
Am I wrong in this? I'm believed this is supposed to be possible from this part of the README:
We have ignoreParams set to 2 and wordSeparator set to "" (empty string) if that makes any difference.