refactor: fix url service

This commit is contained in:
Đỗ Minh Nhật
2026-04-13 06:00:54 +07:00
parent a850bce422
commit 18f4d5f4a0

View File

@@ -35,7 +35,7 @@ const syncServiceMenu = async (serviceItems = []) => {
.map((s, index) => ({
title: s.name,
slug: slugify(s.name, { lower: true, strict: true }),
url: `/services/${s.slug}`,
url: `/services/details/${s.slug}`,
parentId,
order: index + 1,
status: "active",