mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-12 02:25:41 +00:00
chore: rust fmpt
This commit is contained in:
@@ -100,7 +100,6 @@ fn handle_assets(path: &str) -> HttpResponse {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
#[get("/assets/{_:.*}")]
|
||||
pub async fn static_files(path: web::Path<String>) -> impl Responder {
|
||||
handle_assets(&path)
|
||||
@@ -131,7 +130,6 @@ fn handle_favicons(path: &str) -> HttpResponse {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
#[get("/{file}")]
|
||||
pub async fn favicons(path: web::Path<String>) -> impl Responder {
|
||||
debug!("searching favicons");
|
||||
|
||||
Reference in New Issue
Block a user