Skip to content

Commit c3d1740

Browse files
Merge pull request #5216 from OneCommunityGlobal/Diya_Fix_DashboardLoad
Diya 🔥 fix(dashboard): Fixed Dashboard Loading
2 parents 0845e17 + 4d81947 commit c3d1740

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/utils/URL.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ export const ENDPOINTS = {
9898
TIME_ENTRIES_LOST_TEAM_LIST: `${APIEndpoint}/TimeEntry/lostTeams`,
9999
TIME_ENTRY: () => `${APIEndpoint}/TimeEntry`,
100100
TIME_ENTRY_CHANGE: timeEntryId => `${APIEndpoint}/TimeEntry/${timeEntryId}`,
101+
TIMELOG_TRACKING: userId => `${APIEndpoint}/timelogTracking/${userId}`,
101102
WBS_ALL: `${APIEndpoint}/wbs`,
102103
WBS: projectId => `${APIEndpoint}/wbs/${projectId}`,
103104
GET_WBS: wbsId => `${APIEndpoint}/wbsId/${wbsId}`,

0 commit comments

Comments
 (0)