mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-06-08 20:13:56 +00:00
Add support for adding and viewing of org ciphers
This commit is contained in:
parent
9c46d2f72d
commit
7e9e200d29
4 changed files with 30 additions and 12 deletions
|
@ -27,6 +27,7 @@ pub fn routes() -> Vec<Route> {
|
|||
get_ciphers,
|
||||
get_cipher,
|
||||
post_ciphers,
|
||||
post_ciphers_admin,
|
||||
post_ciphers_import,
|
||||
post_attachment,
|
||||
delete_attachment_post,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue