build ok,

This commit is contained in:
louiscklaw
2025-04-14 09:41:58 +08:00
parent 5c3ca0112f
commit ffc862a936
2 changed files with 10 additions and 0 deletions

View File

@@ -76,6 +76,12 @@ export const paths = {
thread: (threadType: string, threadId: string) => `/dashboard/chat/${threadType}/${threadId}`,
},
crypto: '/dashboard/crypto',
lesson_types: {
list: '/dashboard/lesson_types',
create: '/dashboard/lesson_types/create',
details: (lessonTypeId: string) => `/dashboard/lesson_types/${lessonTypeId}`,
edit: (lessonTypeId: string) => `/dashboard/lesson_types/edit/${lessonTypeId}`,
},
customers: {
list: '/dashboard/customers',
create: '/dashboard/customers/create',