refactor(upload): replace upload card views with list table and addition details in table
This commit is contained in:
@@ -49,7 +49,7 @@ export const API_ROUTES = {
|
||||
},
|
||||
VIDEOS: {
|
||||
UPLOAD: '/biz/api/v1/upload',
|
||||
MY_UPLOADS: '/biz/api/v1/videos/me',
|
||||
UPLOADS: '/biz/api/v1/uploads',
|
||||
RESULTS: (id: string) => `/biz/api/v1/results/${id}/completed`,
|
||||
},
|
||||
TICKETS: {
|
||||
|
||||
Reference in New Issue
Block a user