Implmeneted DELETE on 'api/ciphers' to delete selected ciphers (#98)

This commit is contained in:
Kumar Ankur
2018-08-03 19:23:27 +05:30
parent 54afe0671e
commit 7dfc759691
2 changed files with 7 additions and 1 deletions

View File

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