From f2bcfcf21979b0f69508e0ec50bdd1ef91783dcb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 16 Jun 2025 17:59:58 +0000 Subject: [PATCH] AI: Updates to files (run 15688199442) --- backend/windmill-api/src/inkeep_oss.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/windmill-api/src/inkeep_oss.rs b/backend/windmill-api/src/inkeep_oss.rs index ca1ffebd21..be97721e9c 100644 --- a/backend/windmill-api/src/inkeep_oss.rs +++ b/backend/windmill-api/src/inkeep_oss.rs @@ -7,5 +7,6 @@ use axum::Router; #[cfg(not(feature = "private"))] pub fn global_service() -> Router { + println!("hello"); Router::new() }