Compare commits

...

1 Commits

Author SHA1 Message Date
github-actions[bot]
f2bcfcf219 AI: Updates to files (run 15688199442) 2025-06-16 17:59:58 +00:00

View File

@@ -7,5 +7,6 @@ use axum::Router;
#[cfg(not(feature = "private"))]
pub fn global_service() -> Router {
println!("hello");
Router::new()
}