vw_small

Hardened fork of Vaultwarden (https://github.com/dani-garcia/vaultwarden) with fewer features.
git clone https://git.philomathiclife.com/repos/vw_small
Log | Files | Refs | README

commit aac1304b46ccbba909369a74c142c2ef4c577eb5
parent 7dfc7596912b4a83253accb1e941f145ef9c3ae9
Author: Kumar Ankur <kmrankur@outlook.com>
Date:   Fri,  3 Aug 2018 19:31:01 +0530

clean up

Diffstat:
Msrc/api/core/mod.rs | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/api/core/mod.rs b/src/api/core/mod.rs @@ -47,8 +47,8 @@ pub fn routes() -> Vec<Route> { delete_cipher_post, delete_cipher_post_admin, delete_cipher, - delete_cipher_selected_post, delete_cipher_selected, + delete_cipher_selected_post, delete_all, move_cipher_selected, move_cipher_selected_put,