moved the nix flake to the root, it is meant for the backend

This commit is contained in:
2025-12-31 16:38:48 +01:00
parent 41ec77c862
commit fa40aa404d
3 changed files with 107 additions and 9 deletions

View File

@@ -107,7 +107,6 @@ async fn main() -> anyhow::Result<()> {
Ok(())
}
#[cfg(debug_assertions)]
async fn log_json_body(req: Request, next: Next) -> Response {
let (parts, body) = req.into_parts();