Skip to content

Commit

Permalink
Merge pull request #37 from poojakarma/event_integration_in_Middleware
Browse files Browse the repository at this point in the history
remove bracket from get auth API
  • Loading branch information
arati-tekdi authored Oct 19, 2024
2 parents bd5b7d3 + 93d33b6 commit 5581244
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/common/middleware/apiConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,9 @@ export const apiList = {
post: {},
}),
//user-service
'/user/v1/auth': createRouteObject({
'/user/v1/auth': createRouteObject(
common_public_get,
}),
),
'/user/v1/create': createRouteObject({
post: {
PRIVILEGE_CHECK: privilegeGroup.users.create,
Expand Down

0 comments on commit 5581244

Please sign in to comment.