diff options
Diffstat (limited to 'src/response.rs')
| -rw-r--r-- | src/response.rs | 6 |
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 @@ | |||
| 1 | use axum::http::StatusCode; | 1 | use axum::{ |
| 2 | use axum::response::{IntoResponse, Response}; | 2 | http::StatusCode, |
| 3 | response::{IntoResponse, Response}, | ||
| 4 | }; | ||
| 3 | use serde::Serialize; | 5 | use serde::Serialize; |
| 4 | use serde_json::json; | 6 | use serde_json::json; |
| 5 | 7 | ||
