build ok,

This commit is contained in:
louiscklaw
2025-04-14 09:48:53 +08:00
parent 287888bcb3
commit a72ab8ff3d

View File

@@ -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',