diff --git a/services/syncServiceMenu.js b/services/syncServiceMenu.js index f749871..d7e8225 100644 --- a/services/syncServiceMenu.js +++ b/services/syncServiceMenu.js @@ -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",