1
0
Fork 0
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:
Daniel García 2018-03-06 00:02:36 +01:00
parent e2f7f56a81
commit 1277cb099d
7 changed files with 153 additions and 80 deletions

View file

@ -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,