@c8y/ngx-components 1018.0.16 → 1018.0.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2735,6 +2735,12 @@ const ecosystemMainRoutes = [
2735
2735
  redirectTo: 'ecosystem/application/applications',
2736
2736
  pathMatch: 'full'
2737
2737
  },
2738
+ {
2739
+ // keeps legacy links functional
2740
+ path: 'ecosystem/applications',
2741
+ redirectTo: 'ecosystem/application/applications',
2742
+ pathMatch: 'full'
2743
+ },
2738
2744
  {
2739
2745
  path: 'ecosystem/application/applications',
2740
2746
  component: ApplicationListComponent