This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user