completely refactor the backend

This commit is contained in:
2025-07-15 06:14:57 +02:00
parent 85bc353a5a
commit 5631158b72
51 changed files with 3563 additions and 526 deletions

View File

@@ -1,4 +1,4 @@
pub mod db;
/* pub mod db;
use std::path::PathBuf;
@@ -92,4 +92,4 @@ fn build_path(serve_path: &str, warren_path: &str, rest_path: Option<&str>) -> P
}
final_path
}
} */