refactor: add reusable select controls and enhance data table columns
This commit is contained in:
@@ -52,7 +52,7 @@ export const API_ROUTES = {
|
||||
},
|
||||
VIDEOS: {
|
||||
LIST: '/videos',
|
||||
UPLOAD: '/upload',
|
||||
UPLOAD: '/biz/api/v1/upload',
|
||||
STATUS: (id: string) => `/status/${id}`,
|
||||
RESULTS: (id: string) => `/results/${id}`,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user