Skip to content

Commit 1bf159b

Browse files
authored
Merge pull request #92 from Shubham4026/bakend_feature
Added webhook API in middleware
2 parents c8b0b5f + 72e685e commit 1bf159b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/common/middleware/apiConfig.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1590,6 +1590,9 @@ export const apiList = {
15901590
ROLE_CHECK: rolesGroup.admin_scta_ccta,
15911591
},
15921592
}),
1593+
'/prathamservice/v1/webhook/update': createRouteObject({
1594+
post: {},
1595+
}),
15931596
};
15941597
export const urlPatterns = Object.keys(apiList);
15951598

0 commit comments

Comments
 (0)