refactor: implement project package segment lazy select

This commit is contained in:
2026-06-18 16:30:06 +05:30
parent 6cf363dce1
commit 9e76b8e6d0
31 changed files with 513 additions and 1076 deletions

View File

@@ -51,9 +51,7 @@ export const API_ROUTES = {
OVERVIEW: 'biz/api/v1/dashboard/overview',
},
VIDEOS: {
LIST: '/videos',
UPLOAD: '/biz/api/v1/upload',
STATUS: (id: string) => `/status/${id}`,
RESULTS: (id: string) => `/biz/api/v1/results/${id}/completed`,
},
} as const;