mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-09-10 18:55:57 +03:00
Implmeneted DELETE on 'api/ciphers' to delete selected ciphers (#98)
This commit is contained in:
@@ -47,6 +47,7 @@ pub fn routes() -> Vec<Route> {
|
||||
delete_cipher_post,
|
||||
delete_cipher_post_admin,
|
||||
delete_cipher,
|
||||
delete_cipher_selected_post,
|
||||
delete_cipher_selected,
|
||||
delete_all,
|
||||
move_cipher_selected,
|
||||
|
Reference in New Issue
Block a user