fix: get cache correctly from redis
This commit is contained in:
parent
eb7e5503de
commit
8a58774359
4 changed files with 14 additions and 7 deletions
|
@ -1,11 +1,13 @@
|
|||
use std::sync::Arc;
|
||||
|
||||
use axum::{
|
||||
middleware::from_fn_with_state, routing::{any, delete, get, patch}, Router
|
||||
Router,
|
||||
middleware::from_fn_with_state,
|
||||
routing::{any, delete, get, patch},
|
||||
};
|
||||
//use socketioxide::SocketIo;
|
||||
|
||||
use crate::{api::v1::auth::CurrentUser, AppState};
|
||||
use crate::{AppState, api::v1::auth::CurrentUser};
|
||||
|
||||
mod uuid;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue