mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-06-08 12:04:10 +00:00
Updated Cipher API with breaking changes, and included backwards compatibility
This commit is contained in:
parent
e2f7f56a81
commit
1277cb099d
7 changed files with 153 additions and 80 deletions
|
@ -32,8 +32,9 @@ pub fn routes() -> Vec<Route> {
|
|||
delete_attachment,
|
||||
post_cipher,
|
||||
put_cipher,
|
||||
delete_cipher,
|
||||
delete_cipher_post,
|
||||
delete_cipher,
|
||||
delete_cipher_selected,
|
||||
delete_all,
|
||||
|
||||
get_folders,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue