Skip to content

Commit

Permalink
Typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
dmsej108 committed Oct 8, 2024
1 parent 2191380 commit 5773a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applicationFE/src/router/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const router = createRouter({
component: () => import('@/views/repository/RepositoryDetail.vue' as any)
},
{
path: `/web/sofrwareCatalog/list`,
path: `/web/softwareCatalog/list`,
name: 'softwareCatalogList',
component: () => import('@/views/softwareCatalog/SoftwareCatalogList.vue' as any)
},
Expand Down

0 comments on commit 5773a82

Please sign in to comment.