MOBILE-4270 tag: Fix tag route in mobile
parent
7268817b84
commit
ff60de7de5
|
@ -45,7 +45,7 @@ function buildRoutes(injector: Injector): Routes {
|
|||
},
|
||||
{
|
||||
...indexAreaRoute,
|
||||
path: `${indexAreaRoute.path}/index`,
|
||||
path: `index/${indexAreaRoute.path}`,
|
||||
},
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in New Issue