Browse Source

clean up

pull/115/head
Kumar Ankur 6 years ago
parent
commit
aac1304b46
  1. 2
      src/api/core/mod.rs

2
src/api/core/mod.rs

@ -47,8 +47,8 @@ pub fn routes() -> Vec<Route> {
delete_cipher_post, delete_cipher_post,
delete_cipher_post_admin, delete_cipher_post_admin,
delete_cipher, delete_cipher,
delete_cipher_selected_post,
delete_cipher_selected, delete_cipher_selected,
delete_cipher_selected_post,
delete_all, delete_all,
move_cipher_selected, move_cipher_selected,
move_cipher_selected_put, move_cipher_selected_put,

Loading…
Cancel
Save