1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-07-16 01:01:08 +00:00

Format the changes from merge to master

This commit is contained in:
Daniel García 2021-04-15 18:30:23 +02:00
parent 8756c5c255
commit 305de2e2cd
No known key found for this signature in database
GPG key ID: FC8A7D14C3CD543A
4 changed files with 15 additions and 20 deletions

View file

@ -12,7 +12,11 @@ use regex::Regex;
use reqwest::{blocking::Client, blocking::Response, header, Url};
use rocket::{http::ContentType, http::Cookie, response::Content, Route};
use crate::{error::Error, util::{Cached, get_reqwest_client_builder}, CONFIG};
use crate::{
error::Error,
util::{get_reqwest_client_builder, Cached},
CONFIG,
};
pub fn routes() -> Vec<Route> {
routes![icon]