minorfix6
All checks were successful
deploy / deploy (push) Successful in 1m3s

This commit is contained in:
2024-10-22 13:18:57 +03:00
parent cb12533110
commit e8955e4a5d
2 changed files with 6 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ use crate::handlers::serve_file::serve_file;
/// Обработчик для скачивания файла и генерации миниатюры, если она недоступна.
pub async fn proxy_handler(
req: HttpRequest,
_req: HttpRequest,
requested_res: web::Path<String>,
state: web::Data<AppState>,
) -> Result<HttpResponse, actix_web::Error> {