Skip to content

Commit

Permalink
fix: refactor creddef by id api
Browse files Browse the repository at this point in the history
Signed-off-by: bhavanakarwade <[email protected]>
  • Loading branch information
bhavanakarwade committed Sep 18, 2023
1 parent 5c8163c commit bbeb0ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/apiRoutes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const apiRoutes = {
getAll: '/schemas',
getSchemaById:'/schemas/id',
createCredentialDefinition: '/credential-definitions',
getCredDeffBySchemaId: '/schemas/credential-definitions',
getCredDefBySchemaId: '/schemas',
getAllSchemaFromPlatform: `/schemas/platform`
},
fido: {
Expand Down

0 comments on commit bbeb0ed

Please sign in to comment.