remove unused stuff

This commit is contained in:
Martin Brodbeck 2023-09-26 12:55:23 +02:00
parent 320cd84774
commit 25b5d51506

View file

@ -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;