1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-06-07 19:43:57 +00:00

Support editing collections from user vault

This commit is contained in:
Miroslav Prasil 2018-05-17 23:03:08 +01:00
parent 9273c38b69
commit 2215bdf018
2 changed files with 12 additions and 0 deletions

View file

@ -27,6 +27,7 @@ pub fn routes() -> Vec<Route> {
get_ciphers,
get_cipher,
get_cipher_admin,
get_cipher_details,
post_ciphers,
post_ciphers_admin,
post_ciphers_import,
@ -69,6 +70,7 @@ pub fn routes() -> Vec<Route> {
post_organization_collections,
post_organization_collection_update,
post_organization_collection_delete,
post_collections_update,
post_collections_admin,
get_org_details,
get_org_users,