Skip to content

Commit

Permalink
Merge branch 'main' of github.com:tekdi/shiksha-middleware into baken…
Browse files Browse the repository at this point in the history
…d_feature
  • Loading branch information
Shubham4026 committed Nov 27, 2024
2 parents 08daaef + c567917 commit 29f5ee2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/common/middleware/apiConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,10 @@ export const apiList = {
'/user/v1/auth/login': createRouteObject({
post: {},
}),
//public api for run cron job for send event notification
'/prathamservice/v1/cronjob': createRouteObject({
get: {},
}),
//user-service
'/user/v1/auth': createRouteObject(common_public_get),
//Need confirmation in to self registration
Expand Down Expand Up @@ -1550,6 +1554,7 @@ export const publicAPI = [
'/action/composite/v3/search',
'/api/content/v1/read/:identifier',
'/api/course/v1/hierarchy/:identifier',
'/prathamservice/v1/cronjob'
];

// api which required academic year
Expand Down

0 comments on commit 29f5ee2

Please sign in to comment.