You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Really excited to see this project. Started using it right away and was pleased to see how easy it works out of the box. However I'm trying to build nested routes that are two (possibly more) levels deep.
When I try to hit /api/myPath/v1/summary I get a 404 however when I hit /api/v1/summary I get the response I'm expecting. I would expect that having a child module that also has children would flatten this way.
The text was updated successfully, but these errors were encountered:
Really excited to see this project. Started using it right away and was pleased to see how easy it works out of the box. However I'm trying to build nested routes that are two (possibly more) levels deep.
MyApiModule has its own nested routes
When I try to hit
/api/myPath/v1/summary
I get a 404 however when I hit/api/v1/summary
I get the response I'm expecting. I would expect that having a child module that also has children would flatten this way.The text was updated successfully, but these errors were encountered: