refactor: implement project package segment lazy select
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user