Skip to content

Commit 6b23fac

Browse files
authored
fix(registries-routes): update redirect path from 'overview' to 'discover' (#555)
1 parent bbadf2a commit 6b23fac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/features/registries/registries.routes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export const registriesRoutes: Routes = [
2929
{
3030
path: '',
3131
pathMatch: 'full',
32-
redirectTo: 'overview',
32+
redirectTo: 'discover',
3333
},
3434
{
3535
path: 'discover',

0 commit comments

Comments
 (0)