Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple SubRoutes - is it possible? #63

Open
zam6ak opened this issue Sep 26, 2016 · 0 comments
Open

Multiple SubRoutes - is it possible? #63

zam6ak opened this issue Sep 26, 2016 · 0 comments

Comments

@zam6ak
Copy link

zam6ak commented Sep 26, 2016

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...

Regards
Z

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant