commit b28c990616920d39c1899c59f6514a1856b95404 parent cee430f270c4eeeb01eeadd7ea4768a47b0b3248 Author: MTRNord <mtrnord1@gmail.com> Date: Mon, 10 Oct 2022 22:15:53 +0200 Log index access Diffstat:
| M | crates/model_server/src/main.rs | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/crates/model_server/src/main.rs b/crates/model_server/src/main.rs @@ -61,6 +61,7 @@ async fn health() -> impl IntoResponse { struct IndexTemplate {} async fn index() -> IndexTemplate { + info!("index"); IndexTemplate {} }