Add a custom log function

This commit is contained in:
Juno Takano 2025-12-13 16:28:13 -03:00
commit 4db4c703d1
5 changed files with 32 additions and 14 deletions

View file

@ -7,6 +7,7 @@ use axum::{
use crate::{formats::populate_graph, types::Node, handlers};
#[expect(clippy::unused_async)]
pub async fn nexus(template: &str) -> Response<Body> {
let mut context = tera::Context::new();
let graph = populate_graph();