From 18f4d5f4a0b680a438ea54bf218eba31e1ef28f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90=E1=BB=97=20Minh=20Nh=E1=BA=ADt?= Date: Mon, 13 Apr 2026 06:00:54 +0700 Subject: [PATCH] refactor: fix url service --- services/syncServiceMenu.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",