Skip to content

Commit

Permalink
ok that was about a different thing
Browse files Browse the repository at this point in the history
  • Loading branch information
gbj committed Dec 18, 2023
1 parent 45c373a commit 3c6b247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/todo_app_sqlite_axum/src/todo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pub async fn get_todos() -> Result<Vec<Todo>, ServerFnError> {
let req_parts = use_context::<leptos_axum::RequestParts>();

if let Some(req_parts) = req_parts {
//println!("Uri = {:?}", req_parts.uri);
println!("Uri = {:?}", req_parts.uri);
}

use futures::TryStreamExt;
Expand Down

0 comments on commit 3c6b247

Please sign in to comment.