big features

This commit is contained in:
Mateusz Gruszczyński
2026-07-22 11:03:50 +02:00
parent 0d77624adc
commit 1be2023e36
30 changed files with 1077 additions and 77 deletions
+3
View File
@@ -1,4 +1,5 @@
mod api;
mod auth;
mod app;
mod config;
mod database;
@@ -34,6 +35,8 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
config.asset_version.clone(),
config.files_dir.clone(),
config.upload_max_size_bytes,
config.smtp.clone(),
config.registration_enabled,
));
let app = app::router(
state,