mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-09-11 03:05:58 +03:00
Support editing collections from user vault
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user