Move Html from axum-extra to axum (#2633)

This commit is contained in:
creativcoder
2024-09-29 09:00:38 +00:00
committed by GitHub
parent 3df15fd2ea
commit 3eb8854839
2 changed files with 2 additions and 11 deletions
-8
View File
@@ -66,14 +66,6 @@ macro_rules! mime_response {
};
}
mime_response! {
/// A HTML response.
///
/// Will automatically get `Content-Type: text/html; charset=utf-8`.
Html,
TEXT_HTML_UTF_8,
}
mime_response! {
/// A JavaScript response.
///