moved the nix flake to the root, it is meant for the backend
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user