aboutsummaryrefslogtreecommitdiff
path: root/src/response.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/response.rs')
-rw-r--r--src/response.rs6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/response.rs b/src/response.rs
index 25c3008..a633570 100644
--- a/src/response.rs
+++ b/src/response.rs
@@ -1,5 +1,7 @@
1use axum::http::StatusCode; 1use axum::{
2use axum::response::{IntoResponse, Response}; 2 http::StatusCode,
3 response::{IntoResponse, Response},
4};
3use serde::Serialize; 5use serde::Serialize;
4use serde_json::json; 6use serde_json::json;
5 7