We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0845e17 + 4d81947 commit c3d1740Copy full SHA for c3d1740
1 file changed
src/utils/URL.js
@@ -98,6 +98,7 @@ export const ENDPOINTS = {
98
TIME_ENTRIES_LOST_TEAM_LIST: `${APIEndpoint}/TimeEntry/lostTeams`,
99
TIME_ENTRY: () => `${APIEndpoint}/TimeEntry`,
100
TIME_ENTRY_CHANGE: timeEntryId => `${APIEndpoint}/TimeEntry/${timeEntryId}`,
101
+ TIMELOG_TRACKING: userId => `${APIEndpoint}/timelogTracking/${userId}`,
102
WBS_ALL: `${APIEndpoint}/wbs`,
103
WBS: projectId => `${APIEndpoint}/wbs/${projectId}`,
104
GET_WBS: wbsId => `${APIEndpoint}/wbsId/${wbsId}`,
0 commit comments