diff --git a/src/main.rs b/src/main.rs index 63d4570..2679405 100644 --- a/src/main.rs +++ b/src/main.rs @@ -2,8 +2,6 @@ use axum::{ http::HeaderMap, http::StatusCode, routing::get, routing::post, routing::put, Json, Router, }; -use serde_json::{json, Value}; - use serde::Deserialize; use redis::Commands;