clipped2
Some checks failed
Deploy / deploy (push) Has been skipped
CI / lint (push) Successful in 7m32s
CI / test (push) Failing after 13m4s

This commit is contained in:
2025-09-01 23:33:27 +03:00
parent eaa99108a9
commit 1aace5fd19
6 changed files with 6 additions and 2 deletions

View File

@@ -19,6 +19,7 @@ fn create_cached_response(content_type: &str, data: Vec<u8>, file_etag: &str) ->
}
/// Обработчик для скачивания файла и генерации миниатюры, если она недоступна.
#[allow(clippy::collapsible_if)]
pub async fn proxy_handler(
req: HttpRequest,
requested_res: web::Path<String>,