Rename to axum (#28)

This commit is contained in:
David Pedersen
2021-07-09 21:36:14 +02:00
committed by GitHub
parent 3cd4a1d6a6
commit 5a5710d290
27 changed files with 131 additions and 131 deletions
+1 -1
View File
@@ -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!({