mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-09-10 18:55:57 +03:00
Fixed cipher import, created missing data structs instead of using generic Value, and fixed some warnings
This commit is contained in:
@@ -10,7 +10,7 @@ use db::models::*;
|
||||
|
||||
use util;
|
||||
|
||||
use api::{JsonResult, EmptyResult};
|
||||
use api::JsonResult;
|
||||
|
||||
pub fn routes() -> Vec<Route> {
|
||||
routes![ login]
|
||||
|
Reference in New Issue
Block a user