mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-07 00:00:12 +02:00
Rename to axum (#28)
This commit is contained in:
+1
-1
@@ -204,7 +204,7 @@ impl<T> From<T> for Html<T> {
|
||||
///
|
||||
/// ```
|
||||
/// use serde_json::json;
|
||||
/// use awebframework::{body::Body, response::{Json, IntoResponse}};
|
||||
/// use axum::{body::Body, response::{Json, IntoResponse}};
|
||||
/// use http::{Response, header::CONTENT_TYPE};
|
||||
///
|
||||
/// let json = json!({
|
||||
|
||||
Reference in New Issue
Block a user