summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoonhoekim <26rote@gmail.com>2025-09-02 08:43:19 +0000
committerjoonhoekim <26rote@gmail.com>2025-09-02 08:43:19 +0000
commit6eb06a925811cfefb34b6c286f6bdfe2f214ac2b (patch)
tree3ffc9b3a1dfa1c0d9d35d8523ca606a636cdfd35
parent47cf8c3d82a90da60b128278f611c7c51d67554f (diff)
(김준회) convention: 라우트 네이밍을 복수형으로 변경 (materials), MenuConfig 처리
-rw-r--r--app/[lng]/evcp/(evcp)/materials/page.tsx (renamed from app/[lng]/evcp/(evcp)/material/page.tsx)0
-rw-r--r--config/menuConfig.ts4
2 files changed, 2 insertions, 2 deletions
diff --git a/app/[lng]/evcp/(evcp)/material/page.tsx b/app/[lng]/evcp/(evcp)/materials/page.tsx
index 00983a3f..00983a3f 100644
--- a/app/[lng]/evcp/(evcp)/material/page.tsx
+++ b/app/[lng]/evcp/(evcp)/materials/page.tsx
diff --git a/config/menuConfig.ts b/config/menuConfig.ts
index 269207bc..3b9844aa 100644
--- a/config/menuConfig.ts
+++ b/config/menuConfig.ts
@@ -50,7 +50,7 @@ export const mainNav: MenuSection[] = [
},
{
titleKey: "menu.master_data.material_master",
- href: "/evcp/material",
+ href: "/evcp/materials",
descriptionKey: "menu.master_data.material_master_desc",
groupKey: "groups.basic_info"
},
@@ -471,7 +471,7 @@ export const procurementNav: MenuSection[] = [
},
{
titleKey: "menu.master_data.material_master",
- href: "/evcp/material",
+ href: "/evcp/materials",
descriptionKey: "menu.master_data.material_master_desc",
groupKey: "groups.basic_info"
},