Skip to content

Commit

Permalink
fix: remove status from anoncreds/revocation-list endpoint
Browse files Browse the repository at this point in the history
Signed-off-by: Char Howland <char@indicio.tech>
  • Loading branch information
cjhowland committed Apr 27, 2023
1 parent 1178edf commit cfcd24b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aries_cloudagent/anoncreds/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ async def register(app: web.Application):
allow_head=False,
),
web.post("/anoncreds/revocation-registry-definition", rev_reg_def_post),
web.post("/anoncreds/revocation-status-list", rev_list_post),
web.post("/anoncreds/revocation-list", rev_list_post),
]
)

Expand Down

0 comments on commit cfcd24b

Please sign in to comment.