feat(tickets): add summary cards above ticket list
This commit is contained in:
@@ -63,6 +63,7 @@ export const API_ROUTES = {
|
||||
},
|
||||
TICKETS: {
|
||||
BASE: '/biz/api/v1/tickets',
|
||||
SUMMARY: '/biz/api/v1/tickets/summary',
|
||||
DETAIL: (id: string) => `/biz/api/v1/tickets/${id}`,
|
||||
ASSIGNMENT_DETECTIONS: (id: string) =>
|
||||
`/biz/api/v1/tickets/${id}/assignment-detections`,
|
||||
|
||||
Reference in New Issue
Block a user