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.
I may be doing something wrong here, but based on the documentation, a route like
/group/78/somethingshould be able to route toBaseNameSpace\Group\Something\GetGroupSomething. When trying it out though, it seems to be looking for a folder/namespace atGroup/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
ignoreParamsset to2andwordSeparatorset to""(empty string) if that makes any difference.