mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-06-11 05:23:53 +00:00
Reverting removal of 'api/ciphers/move' POST as it is required for backward compatibility
This commit is contained in:
parent
fcc485384f
commit
2f6aa3c363
2 changed files with 54 additions and 1 deletions
|
@ -46,6 +46,7 @@ pub fn routes() -> Vec<Route> {
|
|||
delete_cipher_selected,
|
||||
delete_all,
|
||||
move_cipher_selected,
|
||||
move_cipher_selected_put,
|
||||
|
||||
get_folders,
|
||||
get_folder,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue