0.1.0-overlay

This commit is contained in:
2024-10-23 20:06:34 +03:00
parent 0d4f21c79b
commit 6e90529420
9 changed files with 556 additions and 237 deletions

View File

@@ -3,6 +3,8 @@ mod auth;
mod handlers;
mod s3_utils;
mod thumbnail;
mod core;
mod overlay;
use actix_web::{middleware::Logger, web, App, HttpServer};
use app_state::AppState;