mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-28 00:00:20 +02:00
Rename to awebframework (#13)
This commit is contained in:
+1
-1
@@ -198,7 +198,7 @@ where
|
||||
///
|
||||
/// ```
|
||||
/// use serde_json::json;
|
||||
/// use tower_web::{body::Body, response::{Json, IntoResponse}};
|
||||
/// use awebframework::{body::Body, response::{Json, IntoResponse}};
|
||||
/// use http::{Response, header::CONTENT_TYPE};
|
||||
///
|
||||
/// let json = json!({
|
||||
|
||||
Reference in New Issue
Block a user