Replies: 1 comment 2 replies
-
There's an example of a redirect in the same file. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Let's say my project consists of several (sub-)modules represented by routes
/module/one
,/module/two
,/module/three
, ...Is it possible to define the root routes of the module (
/module
and/module/
) to redirect to another route (e.g./module/one
)?In the contact example, the root route says
"Select a contact."
. How can I instead let it redirect to the contact with id 1?Beta Was this translation helpful? Give feedback.
All reactions