Log index access

This commit is contained in:
MTRNord 2022-10-10 22:15:53 +02:00
parent cee430f270
commit b28c990616
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ async fn health() -> impl IntoResponse {
struct IndexTemplate {}
async fn index() -> IndexTemplate {
info!("index");
IndexTemplate {}
}