refactor: remove static routes and stop multiple token api call in sse
This commit is contained in:
@@ -47,9 +47,6 @@ export const API_ROUTES = {
|
||||
BASE: 'biz/api/v1/chainages',
|
||||
DETAIL: (id: string) => `biz/api/v1/chainages/${id}`,
|
||||
},
|
||||
DASHBOARD: {
|
||||
OVERVIEW: 'biz/api/v1/dashboard/overview',
|
||||
},
|
||||
VIDEOS: {
|
||||
UPLOAD: '/biz/api/v1/upload',
|
||||
MY_UPLOADS: '/biz/api/v1/videos/me',
|
||||
|
||||
Reference in New Issue
Block a user