Add a custom log function
This commit is contained in:
parent
c01c4c30cd
commit
4db4c703d1
5 changed files with 32 additions and 14 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue