mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-27 19:42:11 +10:00
Document route order
This commit is contained in:
parent
4877c7ebcf
commit
57e4cf2b68
1 changed files with 3 additions and 0 deletions
|
|
@ -112,6 +112,9 @@ const routesConfiguration = [
|
|||
component: props => <EditListingPage {...props} />,
|
||||
loadData: (params, search) => EditListingPage.loadData(params, search),
|
||||
},
|
||||
|
||||
// Canonical path should be after the `/l/new` path since they
|
||||
// conflict and `new` is not a valid listing UUID.
|
||||
{
|
||||
path: '/l/:id',
|
||||
exact: true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue