build ok,
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user