doc: update tutorial

This commit is contained in:
Valerio Ageno
2024-06-15 14:17:12 +02:00
parent 0be0ce4c15
commit e0fc19ecaf
5 changed files with 109 additions and 21 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ pub fn handler_core(_args: TokenStream, item: TokenStream) -> TokenStream {
let fn_name = item.clone().sig.ident;
quote! {
use axum::response::{Html, IntoResponse};
use axum::response::IntoResponse;
use std::collections::HashMap;
use axum::extract::{State, Path};
use reqwest::Client;