MOBILE-4270 tag: Fix tag route in mobile

main
Dani Palou 2023-05-04 16:59:58 +02:00
parent 7268817b84
commit ff60de7de5
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ function buildRoutes(injector: Injector): Routes {
}, },
{ {
...indexAreaRoute, ...indexAreaRoute,
path: `${indexAreaRoute.path}/index`, path: `index/${indexAreaRoute.path}`,
}, },
]; ];