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
{{ message }}
This repository was archived by the owner on Dec 11, 2025. It is now read-only.
Is it possible to have multi-level subroutes with this module?
For example
main router has "reports/*subroute"
and 2 or more modules
1. "operational/*subroute"
2. "monthly/*subroute"
then , each of submodules defines its own set of routes.
That would make
/reports/operational/a-report
/reports/operational/b-report
where a-report and b-report are defined as final routes...
Or can only 1 level submodule be defined?
If multiple levels are possible, is there an example...