Skip to content

Commit

Permalink
Update content/spin/v2/quickstart.md
Browse files Browse the repository at this point in the history
Signed-off-by: tpmccallum [email protected]

Signed-off-by: Timothy McCallum <[email protected]>
  • Loading branch information
Timothy McCallum authored Dec 13, 2023
1 parent 060ece4 commit 20a4aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/spin/v2/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ use spin_sdk::http_component;

/// A simple Spin HTTP component.
#[http_component]
fn handle_quickstart(req: Request) -> anyhow::Result<impl IntoResponse> {
fn handle_hello_rust(req: Request) -> anyhow::Result<impl IntoResponse> {
println!("Handling request to {:?}", req.header("spin-full-url"));
Ok(Response::builder()
.status(200)
Expand Down

0 comments on commit 20a4aa6

Please sign in to comment.