Skip to content

Commit

Permalink
Merge pull request #67 from rushi-tekdi/main
Browse files Browse the repository at this point in the history
Task #231161 Create an API to Fetch 'In-Progress' DO_IDs for First 10 Courses
  • Loading branch information
arati-tekdi authored Nov 28, 2024
2 parents 7c589e4 + ebef5ac commit 36bc49d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/common/middleware/apiConfig.ts
Original file line number Diff line number Diff line change
@@ -578,6 +578,12 @@ export const apiList = {
ROLE_CHECK: rolesGroup.common,
},
}),
'/v1/tracking/content/course/inprogress': createRouteObject({
post: {
//PRIVILEGE_CHECK: privilegeGroup.tracking.read,
ROLE_CHECK: rolesGroup.common,
},
}),
// todos
'/todo/create': createRouteObject({
post: {

0 comments on commit 36bc49d

Please sign in to comment.