code beautifying
This commit is contained in:
parent
06b8f6800d
commit
98a09e462f
1 changed files with 2 additions and 6 deletions
|
@ -2,13 +2,9 @@ use axum::{
|
|||
extract::Path, http::HeaderMap, http::StatusCode, routing::get, routing::post, routing::put,
|
||||
Json, Router,
|
||||
};
|
||||
|
||||
use serde::Deserialize;
|
||||
|
||||
use redis::Commands;
|
||||
use serde::Serialize;
|
||||
use serde_json::json;
|
||||
use serde_json::Value;
|
||||
use serde::{Deserialize, Serialize};
|
||||
use serde_json::{json, Value};
|
||||
|
||||
use std::time::{SystemTime, UNIX_EPOCH};
|
||||
|
||||
|
|
Loading…
Reference in a new issue