1
0
Fork 0
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:
Kumar Ankur 2018-08-01 11:21:05 +05:30
parent fcc485384f
commit 2f6aa3c363
2 changed files with 54 additions and 1 deletions

View file

@ -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,