switched public api to caching library
This commit is contained in:
@@ -6,8 +6,8 @@ use axum::{
|
||||
routing::{get, post},
|
||||
Json,
|
||||
};
|
||||
use cache::{Expiration, SetOptions};
|
||||
use chrono::Utc;
|
||||
use fred::types::{Expiration, SetOptions};
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
#[derive(Deserialize, Serialize, Debug)]
|
||||
|
Reference in New Issue
Block a user