mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-06-17 08:10:07 +00:00
Implemented PUT for single cipher sharing (#97)
This commit is contained in:
parent
d6fadb52ff
commit
74e2ca81ae
2 changed files with 6 additions and 0 deletions
|
@ -41,6 +41,7 @@ pub fn routes() -> Vec<Route> {
|
|||
delete_attachment,
|
||||
post_cipher_admin,
|
||||
post_cipher_share,
|
||||
put_cipher_share,
|
||||
post_cipher,
|
||||
put_cipher,
|
||||
delete_cipher_post,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue