-
Notifications
You must be signed in to change notification settings - Fork 515
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wire up cred-ex deletion; delete calls take HTTP DELETE methods #747
wire up cred-ex deletion; delete calls take HTTP DELETE methods #747
Conversation
Signed-off-by: sklump <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #747 +/- ##
=========================================
Coverage ? 98.98%
=========================================
Files ? 256
Lines ? 13986
Branches ? 0
=========================================
Hits ? 13844
Misses ? 142
Partials ? 0 |
Signed-off-by: sklump <[email protected]>
What's up with black? |
aries_cloudagent/holder/routes.py
Outdated
@@ -255,7 +255,7 @@ async def register(app: web.Application): | |||
credentials_attr_mime_types_get, | |||
allow_head=False, | |||
), | |||
web.post("/credential/{credential_id}/remove", credentials_remove), | |||
web.delete("/credential/{credential_id}/remove", credentials_remove), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't it just be web.delete("/credential/{credential_id}" ..
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey, yeah! I will push a change first thing tomorrow.
…ent-python into record-deletion-review
Signed-off-by: sklump <[email protected]>
Signed-off-by: sklump [email protected]