From 5773a82028b354deeb4320455c71459e1fcec72b Mon Sep 17 00:00:00 2001 From: JUNGEUNJUNG Date: Tue, 8 Oct 2024 17:01:12 +0900 Subject: [PATCH] Typo fixed --- applicationFE/src/router/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applicationFE/src/router/index.ts b/applicationFE/src/router/index.ts index c2587cd..9a45b43 100644 --- a/applicationFE/src/router/index.ts +++ b/applicationFE/src/router/index.ts @@ -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) },