diff --git a/002_source/cms/src/paths.ts b/002_source/cms/src/paths.ts index af050c5..7168856 100644 --- a/002_source/cms/src/paths.ts +++ b/002_source/cms/src/paths.ts @@ -82,6 +82,11 @@ export const paths = { details: (lessonTypeId: string) => `/dashboard/lesson_types/${lessonTypeId}`, edit: (lessonTypeId: string) => `/dashboard/lesson_types/edit/${lessonTypeId}`, }, + lesson_categories: { + list: '/dashboard/lesson_categories', + create: '/dashboard/lesson_categories/create', + details: (lessonTypeId: string) => `/dashboard/lesson_categories/${lessonTypeId}`, + }, customers: { list: '/dashboard/customers', create: '/dashboard/customers/create',