0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-06-02 03:58:58 +02:00

Formatting

This commit is contained in:
Daniel García 2021-07-15 21:52:17 +02:00
parent 96c2416903
commit 56ffec40f4
No known key found for this signature in database
GPG key ID: FC8A7D14C3CD543A

View file

@ -4,7 +4,11 @@ use rocket::{http::ContentType, response::content::Content, response::NamedFile,
use rocket_contrib::json::Json;
use serde_json::Value;
use crate::{CONFIG, error::Error, util::{Cached, SafeString}};
use crate::{
error::Error,
util::{Cached, SafeString},
CONFIG,
};
pub fn routes() -> Vec<Route> {
// If addding more routes here, consider also adding them to