logadd
All checks were successful
deploy / deploy (push) Successful in 4m47s

This commit is contained in:
2024-10-02 18:38:44 +03:00
parent 01b560085e
commit e3937e70ae
4 changed files with 20 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ mod handlers;
mod s3_utils;
mod thumbnail;
use actix_web::{middleware::Logger, web, App, HttpServer, HttpResponse};
use actix_web::{middleware::Logger, web, App, HttpServer};
use app_state::AppState;
use handlers::{proxy_handler, upload_handler};
use tokio::task::spawn_blocking;