init paths for cr,
This commit is contained in:
@@ -113,16 +113,16 @@ export const paths = {
|
|||||||
edit: (id: string) => `/dashboard/mf/questions/edit/${id}`,
|
edit: (id: string) => `/dashboard/mf/questions/edit/${id}`,
|
||||||
},
|
},
|
||||||
cr_categories: {
|
cr_categories: {
|
||||||
list: '/dashboard/cr_categories',
|
list: '/dashboard/cr/categories',
|
||||||
create: '/dashboard/cr_categories/create',
|
create: '/dashboard/cr/categories/create',
|
||||||
details: (id: string) => `/dashboard/cr_categories/${id}`,
|
details: (id: string) => `/dashboard/cr/categories/${id}`,
|
||||||
edit: (id: string) => `/dashboard/cr_categories/edit/${id}`,
|
edit: (id: string) => `/dashboard/cr/categories/edit/${id}`,
|
||||||
},
|
},
|
||||||
cr_questions: {
|
cr_questions: {
|
||||||
list: '/dashboard/cr_questions',
|
list: '/dashboard/cr/questions',
|
||||||
create: '/dashboard/cr_questions/create',
|
create: '/dashboard/cr/questions/create',
|
||||||
details: (id: string) => `/dashboard/cr_questions/${id}`,
|
details: (id: string) => `/dashboard/cr/questions/${id}`,
|
||||||
edit: (id: string) => `/dashboard/cr_questions/edit/${id}`,
|
edit: (id: string) => `/dashboard/cr/questions/edit/${id}`,
|
||||||
},
|
},
|
||||||
teachers: {
|
teachers: {
|
||||||
list: '/dashboard/teachers',
|
list: '/dashboard/teachers',
|
||||||
|
Reference in New Issue
Block a user