Update 26_extractors.md

This commit is contained in:
Greg Johnston
2025-07-31 13:40:20 -04:00
committed by GitHub
parent 2eff8f59e7
commit ff23105954

View File

@@ -89,7 +89,7 @@ let connection_pool = /* some shared state here */;
let app = Router::new()
.leptos_routes_with_context(
&app_state,
&leptos_options,
routes,
move || provide_context(connection_pool.clone()),
{