switched public api to caching library

This commit is contained in:
2025-07-14 20:26:17 -04:00
parent f4937dc382
commit 42dff3f186
7 changed files with 26 additions and 82 deletions

View File

@@ -5,7 +5,7 @@ use axum::{
routing::get,
Json,
};
use fred::types::Expiration;
use cache::Expiration;
use serde::{Deserialize, Serialize};
use crate::{datasources::authors::AuthorsDatasource, state::AppState};