Skip to content

Commit 878c43a

Browse files
committed
chore: fix the duplicate route
1 parent 3e09e18 commit 878c43a

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

packages/mosip-api/src/index.ts

-9
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,6 @@ app.setErrorHandler((error, request, reply) => {
5252
});
5353

5454
app.after(() => {
55-
app.withTypeProvider<ZodTypeProvider>().route({
56-
url: "/esignet/get-oidp-user-info",
57-
method: "POST",
58-
handler: getOIDPUserInfo,
59-
schema: {
60-
body: OIDPUserInfoSchema,
61-
},
62-
});
63-
6455
/*
6556
* OpenCRVS country-config receivers
6657
*/

0 commit comments

Comments
 (0)