mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-06-14 14:50:08 +00:00
Merge changes in master to beta branch (concurrency fixes)
This commit is contained in:
commit
b163aeb8ca
6 changed files with 79 additions and 32 deletions
|
@ -34,7 +34,10 @@ pub fn routes() -> Vec<Route> {
|
|||
post_ciphers_admin,
|
||||
post_ciphers_import,
|
||||
post_attachment,
|
||||
post_attachment_admin,
|
||||
post_attachment_share,
|
||||
delete_attachment_post,
|
||||
delete_attachment_post_admin,
|
||||
delete_attachment,
|
||||
post_cipher_admin,
|
||||
post_cipher_share,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue