Formatting
This commit is contained in:
parent
96c2416903
commit
56ffec40f4
|
@ -4,7 +4,11 @@ use rocket::{http::ContentType, response::content::Content, response::NamedFile,
|
||||||
use rocket_contrib::json::Json;
|
use rocket_contrib::json::Json;
|
||||||
use serde_json::Value;
|
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> {
|
pub fn routes() -> Vec<Route> {
|
||||||
// If addding more routes here, consider also adding them to
|
// If addding more routes here, consider also adding them to
|
||||||
|
|
Loading…
Reference in New Issue